diff options
Diffstat (limited to '')
| -rw-r--r-- | node_modules/math-intrinsics/constants/maxArrayLength.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/math-intrinsics/constants/maxArrayLength.d.ts b/node_modules/math-intrinsics/constants/maxArrayLength.d.ts new file mode 100644 index 0000000..b92d46b --- /dev/null +++ b/node_modules/math-intrinsics/constants/maxArrayLength.d.ts @@ -0,0 +1,3 @@ +declare const MAX_ARRAY_LENGTH: 4294967295; + +export = MAX_ARRAY_LENGTH;
\ No newline at end of file |