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