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.
Go to Latest
interface Runner
import { type Runner } from "https://deno.land/x/proc@0.21.8/legacy/runner.ts";

Methods

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

Run a command.