Skip to main content
Module

x/dax/src/pipes.ts>ShellPipeWriterKind

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
type alias ShellPipeWriterKind
import { type ShellPipeWriterKind } from "https://deno.land/x/dax@0.34.0/src/pipes.ts";

The behaviour to use for a shell pipe.

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