Skip to main content
Module

x/proc/mod.ts>ByteSink

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