UNPKG

moltres-utils

Version:
13 lines (10 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const MAX_SAFE_INTEGER = 9007199254740991; const isLength = value => typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; var _default = isLength; exports.default = _default; //# sourceMappingURL=isLength.js.map