Skip to main content
Module

x/proc/mod3.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.5/mod3.ts";
definition: T extends Uint8Array ? Promise<void> : never