4 lines
110 B

5 months ago
  1. 'use strict';
  2. /** @type {import('./maxArrayLength')} */
  3. module.exports = 4294967295; // Math.pow(2, 32) - 1;