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

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