Skip to main content
Module

x/proc/mod3.ts>Cmd

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

The type signature for a command.

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