tasks_manager/frontend/node_modules/has-bigints
2025-02-10 07:20:15 +03:00
..
.github Добавление frontend 2025-02-10 07:20:15 +03:00
test Добавление frontend 2025-02-10 07:20:15 +03:00
.eslintrc Добавление frontend 2025-02-10 07:20:15 +03:00
.nycrc Добавление frontend 2025-02-10 07:20:15 +03:00
CHANGELOG.md Добавление frontend 2025-02-10 07:20:15 +03:00
index.d.ts Добавление frontend 2025-02-10 07:20:15 +03:00
index.js Добавление frontend 2025-02-10 07:20:15 +03:00
LICENSE Добавление frontend 2025-02-10 07:20:15 +03:00
package.json Добавление frontend 2025-02-10 07:20:15 +03:00
README.md Добавление frontend 2025-02-10 07:20:15 +03:00
tsconfig.json Добавление frontend 2025-02-10 07:20:15 +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