Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function bytesAsyncIterableInput
import { bytesAsyncIterableInput } from "https://deno.land/x/proc@0.21.7/legacy/runners/handlers/bytes-asynciterable.ts";

A handler for AsyncIterable<Uint8Array> input.

Returns

InputHandler<AsyncIterable<Uint8Array>>