UNPKG

@panyam/tsutils

Version:

Some basic TS utils for personal use

7 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_LONG = exports.MAX_INT = exports.INFINITY = void 0; exports.INFINITY = 1e48; exports.MAX_INT = Math.pow(2, 32); exports.MAX_LONG = Math.pow(2, 64); //# sourceMappingURL=constants.js.map