Skip to main content
Module

x/proc/mod.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.43/mod.ts";

A handler for AsyncIterable<Uint8Array> input, unbuffered.

Returns

InputHandler<AsyncIterable<Uint8Array>>