UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

6 lines 274 B
/** * The maximum safe integer (`2^32-1`) is used as a placeholder for large numbers which are not allowed to be floats. * For example as line/column arguments for monaco-ranges. */ export declare const MAX_SAFE_INTEGER = 2147483647; //# sourceMappingURL=numbers.d.ts.map