import { type InputHandler } from "https://deno.land/x/proc@0.20.33/legacy/runners/proc-group.ts";
The interface of an input handler.
Properties
processInput: (input: A, stdin: MultiCloseWriter) => Promise<void>
Called by the runner to process the input data.