@types/has-bigints
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/has-bigints

Summary

This package contains type definitions for has-bigints (https://github.com/ljharb/has-bigints#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/has-bigints.

index.d.ts

export = hasBigInts;

/**
 * Determine if the JS environment has BigInt support. Not polyfillable, not forgeable.
 *
 * @example
 * import hasBigInts = require('has-bigints');
 *
 * hasBigInts() === true;
 */
declare function hasBigInts(): boolean;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/has-bigints

Weekly Downloads

15,613

Version

1.0.2

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types