peach a19a732be8 commit message пре 2 година
..
.github a19a732be8 commit message пре 2 година
test a19a732be8 commit message пре 2 година
.eslintignore a19a732be8 commit message пре 2 година
.eslintrc a19a732be8 commit message пре 2 година
.nycrc a19a732be8 commit message пре 2 година
CHANGELOG.md a19a732be8 commit message пре 2 година
LICENSE a19a732be8 commit message пре 2 година
README.md a19a732be8 commit message пре 2 година
index.js a19a732be8 commit message пре 2 година
package.json a19a732be8 commit message пре 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