UNPKG

@panyam/tsutils

Version:

Some basic TS utils for personal use

4 lines 148 B
export const INFINITY = 1e48; export const MAX_INT = Math.pow(2, 32); export const MAX_LONG = Math.pow(2, 64); //# sourceMappingURL=constants.js.map