Files
2025-05-05 17:26:53 +04:00

3 lines
73 B
TypeScript

declare function hasNativeBigInts(): boolean;
export = hasNativeBigInts;