Zhouyiping 5a7c95461a first commit 3 روز پیش
..
.github 5a7c95461a first commit 3 روز پیش
test 5a7c95461a first commit 3 روز پیش
.eslintignore 5a7c95461a first commit 3 روز پیش
.eslintrc 5a7c95461a first commit 3 روز پیش
.nycrc 5a7c95461a first commit 3 روز پیش
CHANGELOG.md 5a7c95461a first commit 3 روز پیش
LICENSE 5a7c95461a first commit 3 روز پیش
README.md 5a7c95461a first commit 3 روز پیش
index.js 5a7c95461a first commit 3 روز پیش
package.json 5a7c95461a first commit 3 روز پیش

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