diff options
Diffstat (limited to 'std/node/_crypto/constants.ts')
-rw-r--r-- | std/node/_crypto/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/_crypto/constants.ts b/std/node/_crypto/constants.ts new file mode 100644 index 000000000..cfe3f4626 --- /dev/null +++ b/std/node/_crypto/constants.ts @@ -0,0 +1 @@ +export const MAX_ALLOC = Math.pow(2, 30) - 1; |