Files
rspade_system/node_modules/math-intrinsics/constants/maxArrayLength.js
2025-12-03 21:28:08 +00:00

5 lines
110 B
JavaScript
Executable File

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