Skip to main content
Module

x/proc/mod.ts>Cmd

A better way to work with processes in Deno.
Latest
type alias Cmd
Re-export
import { type Cmd } from "https://deno.land/x/proc@0.21.9/mod.ts";

The type signature for a command.

definition: [string | URL, ...string[]]