UNPKG

has-bigints

Version:

Determine if the JS environment has BigInt support.

3 lines (2 loc) 73 B
declare function hasNativeBigInts(): boolean; export = hasNativeBigInts;