Skip to main content
ChildProcessByStdio - child_process - Node documentation
interface ChildProcessByStdio
extends ChildProcess

Usage in Deno

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

Type Parameters

I extends null | Writable
O extends null | Readable
E extends null | Readable

Properties

readonly
stdio: [
I,
O,
E,
Readable
| Writable
| null
| undefined
,
Readable
| Writable
| null
| undefined
,
]