product/node_modules/has-bigints
Ruikang Zhang e96405c650 Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
..
.github Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
test Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
.eslintrc Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
.nycrc Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
CHANGELOG.md Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
LICENSE Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
README.md Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
index.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
package.json Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00

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