has-bigints (1.1.0)

Published 2026-02-24 13:57:33 +00:00 by atheaadmin

Installation

registry=
npm install has-bigints@1.1.0
"has-bigints": "1.1.0"

About this package

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

Dependencies

Development Dependencies

ID Version
@arethetypeswrong/cli ^0.17.1
@ljharb/eslint-config ^21.1.1
@ljharb/tsconfig ^0.2.2
@types/tape ^5.8.0
auto-changelog ^2.5.0
encoding ^0.1.13
eslint =8.8.0
in-publish ^2.0.1
npmignore ^0.3.1
nyc ^10.3.2
safe-publish-latest ^2.0.0
tape ^5.9.0
typescript next

Keywords

BigInt bigints typeof ES2020
Details
npm
2026-02-24 13:57:33 +00:00
1
Jordan Harband
MIT
latest
5.7 KiB
Assets (1)
Versions (1) View all
1.1.0 2026-02-24