UNPKG
awesome-string
Version:
latest (1.1.1)
1.1.1
1.1.0
The ultimate JavaScript string library
hyeonil.github.io
hyeonil/awesome-string
awesome-string
/
src
/
helper
/
number
/
const.js
7 lines
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Max save integer value * *
@ignore
*
@type
{
number
} */
export
const
MAX_SAFE_INTEGER
=
0x1fffffffffffff
;