UNPKG

420 BTypeScriptView Raw
1export const MAX_SAFE_INTEGER: number;
2export const MIN_SAFE_INTEGER: number;
3export const LOWEST_INT32: number;
4/**
5 * @type {number}
6 */
7export const HIGHEST_INT32: number;
8/**
9 * @module number
10 */
11export const isInteger: (number: unknown) => boolean;
12export const isNaN: (number: unknown) => boolean;
13export const parseInt: (string: string, radix?: number | undefined) => number;
14//# sourceMappingURL=number.d.ts.map
\No newline at end of file