PIbd-21_Zhirnova_A._E._Inte.../Laba3/node_modules/has-bigints
2023-12-06 18:38:53 +03:00
..
.github Lab3 2023-12-06 18:38:53 +03:00
test Lab3 2023-12-06 18:38:53 +03:00
.eslintrc Lab3 2023-12-06 18:38:53 +03:00
.nycrc Lab3 2023-12-06 18:38:53 +03:00
CHANGELOG.md Lab3 2023-12-06 18:38:53 +03:00
index.js Lab3 2023-12-06 18:38:53 +03:00
LICENSE Lab3 2023-12-06 18:38:53 +03:00
package.json Lab3 2023-12-06 18:38:53 +03:00
README.md Lab3 2023-12-06 18:38:53 +03: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