lhl 7eff0e2ec0 1-9 3 месяцев назад
..
.github 7eff0e2ec0 1-9 3 месяцев назад
test 7eff0e2ec0 1-9 3 месяцев назад
.eslintrc 7eff0e2ec0 1-9 3 месяцев назад
.nycrc 7eff0e2ec0 1-9 3 месяцев назад
CHANGELOG.md 7eff0e2ec0 1-9 3 месяцев назад
LICENSE 7eff0e2ec0 1-9 3 месяцев назад
README.md 7eff0e2ec0 1-9 3 месяцев назад
index.js 7eff0e2ec0 1-9 3 месяцев назад
package.json 7eff0e2ec0 1-9 3 месяцев назад

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