index
:
crud
king
crud - my crud project !
pack
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
math-intrinsics
/
constants
/
maxArrayLength.d.ts
blob: b92d46be2cd3dc21c004f16a9196d2bccbba16cc (
plain
)
1
2
3
declare const
MAX_ARRAY_LENGTH
:
4294967295
;
export
=
MAX_ARRAY_LENGTH
;