Skip to main content
Module

std/io/_constants.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.// This module is browser compatible.
export const DEFAULT_CHUNK_SIZE = 16_640;export const DEFAULT_BUFFER_SIZE = 32 * 1024;