Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
math-intrinsics
/
constants
/
maxArrayLength.d.ts
blob: b92d46be2cd3dc21c004f16a9196d2bccbba16cc [
file
] [
log
] [
blame
]
declare
const
MAX_ARRAY_LENGTH
:
4294967295
;
export
=
MAX_ARRAY_LENGTH
;