source:
node_modules/ramda-adjunct/lib/internal/ponyfills/Number.MIN_SAFE_INTEGER.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | exports.__esModule = true; |
4 | exports["default"] = void 0; |
5 | var MIN_SAFE_INTEGER = Number.MIN_SAFE_INTEGER || -Math.pow(2, 53) - 1; |
6 | var _default = MIN_SAFE_INTEGER; |
7 | exports["default"] = _default; |
Note:
See TracBrowser
for help on using the repository browser.