BufferUtils.GrowableBuffer
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.2.0/deps.ts";
const { GrowableBuffer } = BufferUtils;class GrowableBuffer { }
constructor(size?: int);
get capacity(): int;
get position(): int;
put(bytes: BufferSource): void;
slice(begin?, end?: int): Uint8Array;
subarray(begin?, end?: int): Uint8Array;