hz-zhhq-web/node_modules/has-bigints
zzyuan 03ac614884 前端提交3 2025-02-25 13:45:28 +08:00
..
.github 前端提交3 2025-02-25 13:45:28 +08:00
test 前端提交3 2025-02-25 13:45:28 +08:00
.eslintrc 前端提交3 2025-02-25 13:45:28 +08:00
.nycrc 前端提交3 2025-02-25 13:45:28 +08:00
CHANGELOG.md 前端提交3 2025-02-25 13:45:28 +08:00
LICENSE 前端提交3 2025-02-25 13:45:28 +08:00
README.md 前端提交3 2025-02-25 13:45:28 +08:00
index.d.ts 前端提交3 2025-02-25 13:45:28 +08:00
index.js 前端提交3 2025-02-25 13:45:28 +08:00
package.json 前端提交3 2025-02-25 13:45:28 +08:00
tsconfig.json 前端提交3 2025-02-25 13:45: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