JSPM

has-bigints

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35659579
  • Score
    100M100P100Q245091F
  • License MIT

Determine if the JS environment has BigInt support.

Package Exports

  • has-bigints

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (has-bigints) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

has-bigints Version Badge

Build Status 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