Skip to main content
Module

x/proc/mod1.ts>Runner

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
interface Runner
import { type Runner } from "https://deno.land/x/proc@0.20.22/mod1.ts";

Methods

run(options: RunOptions, input?: A): PromiseOrIterable<B>

Run a command.