import { runner } from "https://deno.land/x/proc@0.20.41/legacy/examples/deps.ts";
Define a reusable process runner.
Parameters
input: InputHandler<A>
Handler for the input to the process.
output: OutputHandler<B>
Handler for the output from the process.