UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

5 lines (4 loc) 180 B
// 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;