source:
frontend/node_modules/math-intrinsics/constants/maxSafeInteger.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 231 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | |
| 3 | /** @type {import('./maxSafeInteger')} */ |
| 4 | // eslint-disable-next-line no-extra-parens |
| 5 | module.exports = /** @type {import('./maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1; |
Note:
See TracBrowser
for help on using the repository browser.
