import { BytesAsyncIterableInputHandler } from "https://deno.land/x/proc@0.20.5/legacy/runners/handlers/bytes-asynciterable-handlers.ts";
Source stdin
from an iterable of byte arrays.
Methods
processInput(input: AsyncIterable<Uint8Array>, stdin: MultiCloseWriter): Promise<void>