UNPKG

274 BTypeScriptView Raw
1/**
2 * The maximum safe integer (`2^32-1`) is used as a placeholder for large numbers which are not allowed to be floats.
3 * For example as line/column arguments for monaco-ranges.
4 */
5export declare const MAX_SAFE_INTEGER = 2147483647;
6//# sourceMappingURL=numbers.d.ts.map
\No newline at end of file