lxy 1c63d88d40 demo 2 anni fa
..
.github 1c63d88d40 demo 2 anni fa
test 1c63d88d40 demo 2 anni fa
.eslintrc 1c63d88d40 demo 2 anni fa
.nycrc 1c63d88d40 demo 2 anni fa
CHANGELOG.md 1c63d88d40 demo 2 anni fa
LICENSE 1c63d88d40 demo 2 anni fa
README.md 1c63d88d40 demo 2 anni fa
index.js 1c63d88d40 demo 2 anni fa
package.json 1c63d88d40 demo 2 anni fa

README.md

has-bigints Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Determine if the JS environment has BigInt support.

Example

var hasBigInts = require('has-bigints');

hasBigInts() === true; // if the environment has native BigInt support. Not polyfillable, not forgeable.

Tests

Simply clone the repo, npm install, and run npm test