source:
frontend/node_modules/math-intrinsics/constants/maxValue.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 197 bytes | |
| Line | |
|---|---|
| 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.
