Skip to main content
interface Deno.CommandOutput
implements CommandStatus
Unstable

The interface returned from calling Command.output or Command.outputSync which represents the result of spawning the child process.

Properties

readonly
stdout: Uint8Array

The buffered output from the child process' stdout.

readonly
stderr: Uint8Array

The buffered output from the child process' stderr.