HarshvardhanCn01/Voice-Assistant
0
1'use strict';2 3/** @type {import('./maxSafeInteger')} */4// eslint-disable-next-line no-extra-parens5module.exports = /** @type {import('./maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1;6 