lhl 7eff0e2ec0 1-9 3 місяців тому
..
.github 7eff0e2ec0 1-9 3 місяців тому
test 7eff0e2ec0 1-9 3 місяців тому
.eslintrc 7eff0e2ec0 1-9 3 місяців тому
.nycrc 7eff0e2ec0 1-9 3 місяців тому
CHANGELOG.md 7eff0e2ec0 1-9 3 місяців тому
LICENSE 7eff0e2ec0 1-9 3 місяців тому
README.md 7eff0e2ec0 1-9 3 місяців тому
index.js 7eff0e2ec0 1-9 3 місяців тому
package.json 7eff0e2ec0 1-9 3 місяців тому

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