f565b24aa336842595dd36b4c2c06c754a091acf3d6a7cd615a31afc623ffedcd196de3b1407eedbe882d13021faee8d47b8e37230b86f34aee83b44c6e9f8 197 B

12345
  1. 'use strict';
  2. /** @type {import('./maxValue')} */
  3. // eslint-disable-next-line no-extra-parens
  4. module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308;