Files
powerpoint-toolbox/node_modules/has-bigints/index.d.ts
T
2025-03-07 19:22:02 +01:00

3 lines
73 B
TypeScript

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