class ChildProcess
extends EventEmitter
import { ChildProcess } from "https://deno.land/std@0.172.0/node/internal/child_process.ts";
Constructors
Properties
The exit code of the child process. This property will be null
until the child process exits.
stderr: Readable | null
This property represents the child process's stderr.
stdin: Writable | null
This property represents the child process's stdin.
stdout: Readable | null
This property represents the child process's stdout.