source:
imaps-frontend/node_modules/math-intrinsics/constants/maxValue.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 197 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 1 | 'use strict'; |
2 | ||
3 | /** @type {import('./maxValue')} */ | |
4 | // eslint-disable-next-line no-extra-parens | |
5 | module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308; |
Note:
See TracBrowser
for help on using the repository browser.