Deprecated
Use the Deno.Command API instead.
The interface for handling a child process returned from
{@link Deno.spawnChild
}.
Properties
readonly
stderr: ReadableStream<Uint8Array>readonly
stdin: WritableStream<Uint8Array>readonly
stdout: ReadableStream<Uint8Array>