source:
node_modules/ramda-adjunct/src/internal/ponyfills/Number.MAX_SAFE_INTEGER.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 99 bytes |
Line | |
---|---|
1 | const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || 2 ** 53 - 1; |
2 | |
3 | export default MAX_SAFE_INTEGER; |
Note:
See TracBrowser
for help on using the repository browser.