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