Files
ppgo_job/frontend/node_modules/math-intrinsics/constants/maxArrayLength.js
T
2026-07-10 11:28:16 +08:00

5 lines
110 B
Go

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