import { runner } from "https://deno.land/x/proc@0.20.17/legacy/mod.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.
import { runner } from "https://deno.land/x/proc@0.20.17/legacy/mod.ts";
Define a reusable process runner.
Handler for the input to the process.
Handler for the output from the process.