Files
Stackq/node_modules/has-bigints
eewing f6d0c065a4
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m31s
PWA
2026-02-18 11:45:07 -06:00
..
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06:00
PWA
2026-02-18 11:45:07 -06: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