reports/frontend/node_modules/has-bigints
jtricerolph 1c411e402e Add settings page for managing forecasting API key and URL via UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 14:37:36 +00:00
..
.github Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
test Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
.eslintrc Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
.nycrc Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
CHANGELOG.md Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
index.d.ts Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
index.js Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
LICENSE Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
package.json Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
README.md Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
tsconfig.json Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00: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