Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tools/deps/proc.ts>ByteSink

A better way to work with processes in Deno.
Go to Latest
type alias ByteSink
import { type ByteSink } from "https://deno.land/x/proc@0.21.8/tools/deps/proc.ts";
definition: T extends Uint8Array ? Promise<void> : never