/ node_modules / math-intrinsics / constants / maxArrayLength.js
maxArrayLength.js
1  'use strict';
2  
3  /** @type {import('./maxArrayLength')} */
4  module.exports = 4294967295; // Math.pow(2, 32) - 1;