ken_nogi/NodeJS/postfixConsole/node_modules/math-intrinsics/constants/maxArrayLength.js
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

5 lines
110 B
JavaScript

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