Skip to main content
SpawnOptionsWithStdioTuple - child_process - Node documentation
interface SpawnOptionsWithStdioTuple
extends SpawnOptions

Usage in Deno

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

Type Parameters

Stdin extends StdioNull | StdioPipe
Stdout extends StdioNull | StdioPipe
Stderr extends StdioNull | StdioPipe

Properties