Files
geo/backend/node_modules/math-intrinsics/constants/maxArrayLength.js
2026-02-04 00:11:19 +05:00

5 lines
110 B
JavaScript
Executable File

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