Skip to main content
StdioOptions - child_process - Node documentation
type alias StdioOptions

Usage in Deno

import { type StdioOptions } from "node:child_process";

Definition

IOType | Array<
IOType
| "ipc"
| Stream
| number
| null
| undefined
>