ken_nogi/NodeJS/express/node_modules/math-intrinsics/constants/maxArrayLength.js
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

5 lines
110 B
JavaScript

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