LAPTOP-UBJMM5MG\user d7428fd373 更新 пре 2 година
..
.github d7428fd373 更新 пре 2 година
test d7428fd373 更新 пре 2 година
.eslintignore d7428fd373 更新 пре 2 година
.nycrc d7428fd373 更新 пре 2 година
CHANGELOG.md d7428fd373 更新 пре 2 година
LICENSE d7428fd373 更新 пре 2 година
README.md d7428fd373 更新 пре 2 година
index.js d7428fd373 更新 пре 2 година
package.json d7428fd373 更新 пре 2 година

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