Skip to main content
Module

x/proc/mod3.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.20.41/mod3.ts";

Pipe kinds, matching Deno.Command.

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