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