type alias PipeKinds

Pipe kinds, matching Deno.Command.

Definition

"piped"
| "inherit"
| "null"

Usage

import { type PipeKinds } from ".";