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

Usage in Deno

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

Type

[
Readable
| Writable
| null
| undefined
,
Readable
| Writable
| null
| undefined
,
]