All files / io / _constants.ts

100.00% Branches 0/0
100.00% Lines 2/2
1
2
3
4
5
 
 
 
x10
x10



// Copyright 2018-2025 the Deno authors. MIT license.
// This module is browser compatible.

export const DEFAULT_CHUNK_SIZE = 16_640;
export const DEFAULT_BUFFER_SIZE = 32 * 1024;