import { BytesAsyncIterableOutputHandler } from "https://deno.land/x/proc@0.20.5/legacy/runners/handlers/bytes-asynciterable-handlers.ts";
Return stdout
as an iterable over the lines.
Constructors
new
BytesAsyncIterableOutputHandler(processStderr: StderrProcessor, errorHandler: ErrorHandler)Methods
processOutput(): AsyncIterable<Uint8Array>
stdout: MultiCloseReader,
stderr: MultiCloseReader,
process: MultiCloseProcess,
input: { stdin: MultiCloseWriter; handlerResult: Promise<null | Error>; },