Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/legacy/runner.ts>runner

A better way to work with processes in Deno.
Very Popular
Go to Latest
function runner
import { runner } from "https://deno.land/x/proc@0.21.8/legacy/runner.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.

Returns

(group?: Group) => Runner<A, B>

A process runner.