Pibd-21_Ievlewa_M.D._Intern.../node_modules/has-bigints
2023-12-03 18:52:09 +03:00
..
.github Лабораторная 2 2023-12-03 18:52:09 +03:00
test Лабораторная 2 2023-12-03 18:52:09 +03:00
.eslintrc Лабораторная 2 2023-12-03 18:52:09 +03:00
.nycrc Лабораторная 2 2023-12-03 18:52:09 +03:00
CHANGELOG.md Лабораторная 2 2023-12-03 18:52:09 +03:00
index.js Лабораторная 2 2023-12-03 18:52:09 +03:00
LICENSE Лабораторная 2 2023-12-03 18:52:09 +03:00
package.json Лабораторная 2 2023-12-03 18:52:09 +03:00
README.md Лабораторная 2 2023-12-03 18:52:09 +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