公共组件、公共样式集合
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zq 6088619b3e 首次提交 2 weeks ago
..
.github 首次提交 2 weeks ago
test 首次提交 2 weeks ago
.eslintrc 首次提交 2 weeks ago
.nycrc 首次提交 2 weeks ago
CHANGELOG.md 首次提交 2 weeks ago
LICENSE 首次提交 2 weeks ago
README.md 首次提交 2 weeks ago
index.d.ts 首次提交 2 weeks ago
index.js 首次提交 2 weeks ago
package.json 首次提交 2 weeks ago
tsconfig.json 首次提交 2 weeks ago

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