Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/mod3.ts>PipeKinds

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

Pipe kinds, matching Deno.Command.

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