moltres-utils
Version:
Utils for Moltres apps
22 lines (19 loc) • 615 B
JavaScript
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* This constant represents the maximum safe integer in JavaScript (2^53 - 1).
*
* See [MAX_SAFE_INTEGER](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) for more information.
*
* @type {number}
* @since v0.0.11
* @category constants
*/
var MAX_SAFE_INTEGER = 9007199254740991;
var _default = MAX_SAFE_INTEGER;
exports.default = _default;
//# sourceMappingURL=MAX_SAFE_INTEGER.js.map
;