type alias ByteSinkimport { type ByteSink } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts"; Type ParametersTdefinition: T extends Uint8Array ? Promise<void> : never