deno.land / std@0.224.0 / io / _constants.ts
123456// 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;
Version Info