Bolshakova Anna ab21a11190 lab hai 3 semanas
..
.github ab21a11190 lab hai 3 semanas
test ab21a11190 lab hai 3 semanas
.eslintrc ab21a11190 lab hai 3 semanas
.nycrc ab21a11190 lab hai 3 semanas
CHANGELOG.md ab21a11190 lab hai 3 semanas
LICENSE ab21a11190 lab hai 3 semanas
README.md ab21a11190 lab hai 3 semanas
index.js ab21a11190 lab hai 3 semanas
package.json ab21a11190 lab hai 3 semanas

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