Skip to main content
interface Deno.SpawnOutput
Unstable

Type Parameters

T extends SpawnOptions

Properties

status: ChildStatus
stdout: T["stdout"] extends "inherit" | "null" ? null : Uint8Array
stderr: T["stderr"] extends "inherit" | "null" ? null : Uint8Array