maxArrayLength.d.ts 71 Bytes
declare const MAX_ARRAY_LENGTH: 4294967295;

export = MAX_ARRAY_LENGTH;