tree: 6eedb45d18355a8ac07e9f2b3c90f5818a083cc7 [path history] [tgz]
  1. .github/
  2. test/
  3. .eslintignore
  4. .eslintrc
  5. .nycrc
  6. CHANGELOG.md
  7. index.js
  8. LICENSE
  9. package.json
  10. README.md
node_modules/has-bigints/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