tree: 24ef4da6be2b9ceff950ad35752d23c4baf9dc3f [path history] [tgz]
  1. .eslintignore
  2. .eslintrc
  3. .nycrc
  4. CHANGELOG.md
  5. index.js
  6. LICENSE
  7. package.json
  8. 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