codigo0/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts
planetazuzu 0201f16cf4
Some checks are pending
Auto Deploy to Server / deploy (push) Waiting to run
Update lab configuration 2026-03-22
2026-03-22 22:50:29 +01:00

3 lines
77 B
TypeScript
Executable file

declare const MAX_SAFE_INTEGER: 9007199254740991;
export = MAX_SAFE_INTEGER;