You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathan Steel 84b28d60b2 Add NPM build config 3 years ago
..
.github Add NPM build config 3 years ago
test Add NPM build config 3 years ago
.eslintrc Add NPM build config 3 years ago
.nycrc Add NPM build config 3 years ago
CHANGELOG.md Add NPM build config 3 years ago
LICENSE Add NPM build config 3 years ago
README.md Add NPM build config 3 years ago
index.js Add NPM build config 3 years ago
package.json Add NPM build config 3 years ago

README.md

has-bigints Version Badge

github actions coverage 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