@types/has-bigints
Version:
TypeScript definitions for has-bigints
31 lines (24 loc) • 868 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/has-bigints/index.d.ts)
````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](https://github.com/BendingBender).