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