Module

x/dax/src/pipes.ts>ShellPipeReaderKind

Cross-platform shell tools for Deno and Node.js inspired by zx.
Extremely Popular
Latest
type alias ShellPipeReaderKind
import { type ShellPipeReaderKind } from "https://dotland.deno.dev/x/dax@0.39.2/src/pipes.ts";

Behaviour to use for stdin.

definition:
| "inherit"
| "null"
| ReadableStream<Uint8Array>
| Uint8Array
| Path