liangjiahao 8f813121f8 添加查看按钮的窗口 3 년 전
..
.github fcedc92fa0 完成了基础 3 년 전
test fcedc92fa0 完成了基础 3 년 전
.eslintignore fcedc92fa0 完成了基础 3 년 전
.eslintrc fcedc92fa0 完成了基础 3 년 전
.nycrc fcedc92fa0 完成了基础 3 년 전
CHANGELOG.md fcedc92fa0 完成了基础 3 년 전
LICENSE fcedc92fa0 完成了基础 3 년 전
README.md fcedc92fa0 完成了基础 3 년 전
index.js fcedc92fa0 完成了基础 3 년 전
package.json 8f813121f8 添加查看按钮的窗口 3 년 전

README.md

has-bigints Version Badge

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