source:
node_modules/ramda-adjunct/es/internal/ponyfills/Number.MIN_SAFE_INTEGER.js@
a2c6c2b
Last change on this file since a2c6c2b was d24f17c, checked in by , 16 months ago | |
---|---|
|
|
File size: 104 bytes |
Line | |
---|---|
1 | var MIN_SAFE_INTEGER = Number.MIN_SAFE_INTEGER || -Math.pow(2, 53) - 1; |
2 | export default MIN_SAFE_INTEGER; |
Note:
See TracBrowser
for help on using the repository browser.