yrik 2fd3c19a01 提交 il y a 4 ans
..
.github eec7f449c9 first commit il y a 4 ans
test eec7f449c9 first commit il y a 4 ans
.eslintignore eec7f449c9 first commit il y a 4 ans
.eslintrc eec7f449c9 first commit il y a 4 ans
.nycrc eec7f449c9 first commit il y a 4 ans
CHANGELOG.md eec7f449c9 first commit il y a 4 ans
LICENSE eec7f449c9 first commit il y a 4 ans
README.md eec7f449c9 first commit il y a 4 ans
index.js eec7f449c9 first commit il y a 4 ans
package.json 2fd3c19a01 提交 il y a 4 ans

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