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

x/proc/legacy/examples/deps.ts>bytesAsyncIterableUnbufferedInput

A better way to work with processes in Deno.
Go to Latest
function bytesAsyncIterableUnbufferedInput
import { bytesAsyncIterableUnbufferedInput } from "https://deno.land/x/proc@0.20.32/legacy/examples/deps.ts";

A handler for AsyncIterable<Uint8Array> input, unbuffered.

Returns

InputHandler<AsyncIterable<Uint8Array>>