maxValue.js
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;
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;