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