Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/legacy/mod.ts>Runner

A better way to work with processes in Deno.
Very Popular
Go to Latest
interface Runner
import { type Runner } from "https://deno.land/x/proc@0.20.33/legacy/mod.ts";

Methods

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

Run a command.