Skip to main content
variable Deno.stdout

A handle for stdout.

type

& Writer
& WriterSync
& Closer
& { readonly rid: number; readonly writable: WritableStream<Uint8Array>; }