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