Skip to main content
Module

x/proc/mod.ts>run0

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

Parameters

options: RunOptions
optional
input: StandardInputs

Returns

Promise<void>