Skip to main content
Module

x/proc/mod.ts>PipeKinds

A better way to work with processes in Deno.
Go to Latest
type alias PipeKinds
import { type PipeKinds } from "https://deno.land/x/proc@0.21.8/mod.ts";

Pipe kinds, matching Deno.Command.

definition: "piped" | "inherit" | "null"