Skip to main content
Module

std/node/_crypto/constants.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.export const MAX_ALLOC = Math.pow(2, 30) - 1;