lhl 7eff0e2ec0 1-9 há 3 meses atrás
..
.github 7eff0e2ec0 1-9 há 3 meses atrás
test 7eff0e2ec0 1-9 há 3 meses atrás
.eslintrc 7eff0e2ec0 1-9 há 3 meses atrás
.nycrc 7eff0e2ec0 1-9 há 3 meses atrás
CHANGELOG.md 7eff0e2ec0 1-9 há 3 meses atrás
LICENSE 7eff0e2ec0 1-9 há 3 meses atrás
README.md 7eff0e2ec0 1-9 há 3 meses atrás
index.js 7eff0e2ec0 1-9 há 3 meses atrás
package.json 7eff0e2ec0 1-9 há 3 meses atrás

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