DigitalConsumer.FixMyGlass/node_modules/has-bigints
2021-09-20 18:29:11 -04:00
..
.github my commit 2021-09-20 18:29:11 -04:00
test my commit 2021-09-20 18:29:11 -04:00
.DS_Store my commit 2021-09-20 18:29:11 -04:00
.eslintignore my commit 2021-09-20 18:29:11 -04:00
.eslintrc my commit 2021-09-20 18:29:11 -04:00
.nycrc my commit 2021-09-20 18:29:11 -04:00
CHANGELOG.md my commit 2021-09-20 18:29:11 -04:00
index.js my commit 2021-09-20 18:29:11 -04:00
LICENSE my commit 2021-09-20 18:29:11 -04:00
package.json my commit 2021-09-20 18:29:11 -04:00
README.md my commit 2021-09-20 18:29:11 -04:00

has-bigints Version Badge

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