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

Usage in Deno

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

Properties

readonly
stdio: [
Readable
| Writable
| null
| undefined
,
Readable
| Writable
| null
| undefined
,
]