codeql-action/node_modules/has-bigints
2022-02-24 17:03:29 +00:00
..
.github Update checked-in dependencies 2021-07-27 16:54:26 +00:00
test Update checked-in dependencies 2021-07-27 16:54:26 +00:00
.eslintignore Update checked-in dependencies 2021-07-27 16:54:26 +00:00
.eslintrc Update checked-in dependencies 2021-07-27 16:54:26 +00:00
.nycrc Update checked-in dependencies 2021-07-27 16:54:26 +00:00
CHANGELOG.md Update checked-in dependencies 2021-07-27 16:54:26 +00:00
index.js Update checked-in dependencies 2021-07-27 16:54:26 +00:00
LICENSE Update checked-in dependencies 2021-07-27 16:54:26 +00:00
package.json Update checked-in dependencies 2022-02-24 17:03:29 +00:00
README.md Update checked-in dependencies 2021-07-27 16:54:26 +00: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