mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
// 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;
|