source: imaps-frontend/node_modules/math-intrinsics/constants/maxSafeInteger.js

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 231 bytes
Line 
1'use strict';
2
3/** @type {import('./maxSafeInteger')} */
4// eslint-disable-next-line no-extra-parens
5module.exports = /** @type {import('./maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1;
Note: See TracBrowser for help on using the repository browser.