UNPKG

foop

Version:

interfaces that describe their intentions.

13 lines (12 loc) 398 B
/** * @name MAX_SAFE_INTEGER * @desc Used as references for various `Number` constants. * @type {number} * * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER mozilla-numbermaxsafeinteger} * @see {@link mozilla-numbermaxsafeinteger} * @see cast/toNumber * * @example `Math.pow(2, 53) + 1` */ module.exports = 9007199254740991