property Deno.Process.prototype.stderr A reference to the sub-processes stderr, which allows interacting with the sub-process at a low level. Type T["stderr"] extends "piped" ? Reader & Closer & { readable: ReadableStream<Uint8Array>; } : (Reader & Closer & { readable: ReadableStream<Uint8Array>; }) | null