CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
maxValue.js6 linesDownload Raw Back to constants
1'use strict';2 3/** @type {import('./maxValue')}  */4// eslint-disable-next-line no-extra-parens5module.exports = /** @type {import('./maxValue')}  */ (Number.MAX_VALUE) || 1.7976931348623157e+308;6