UNPKG
has-bigints
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Determine if the JS environment has BigInt support.
github.com/ljharb/has-bigints
ljharb/has-bigints
has-bigints
/
index.d.ts
3 lines
(2 loc)
•
73 B
TypeScript
View Raw
1
2
3
declare
function
hasNativeBigInts
(
):
boolean
;
export
= hasNativeBigInts;