Skip to main content
ChildProcessByStdio.stdio - child_process - Node documentation
property ChildProcessByStdio.stdio

Usage in Deno

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

Type

[
I,
O,
E,
Readable
| Writable
| null
| undefined
,
Readable
| Writable
| null
| undefined
,
]