SourceTermAnalysisSystem_vue/node_modules/has-bigints
2026-05-15 10:22:44 +08:00
..
.github 提交node_modules 2026-05-15 10:22:44 +08:00
test 提交node_modules 2026-05-15 10:22:44 +08:00
.eslintrc 提交node_modules 2026-05-15 10:22:44 +08:00
.nycrc 提交node_modules 2026-05-15 10:22:44 +08:00
CHANGELOG.md 提交node_modules 2026-05-15 10:22:44 +08:00
index.d.ts 提交node_modules 2026-05-15 10:22:44 +08:00
index.js 提交node_modules 2026-05-15 10:22:44 +08:00
LICENSE 提交node_modules 2026-05-15 10:22:44 +08:00
package.json 提交node_modules 2026-05-15 10:22:44 +08:00
README.md 提交node_modules 2026-05-15 10:22:44 +08:00
tsconfig.json 提交node_modules 2026-05-15 10:22:44 +08:00

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