E
f
f
I
Deno.InspectOptions
Option which can be specified when performing Deno.inspect
.
I
v
Deno.stderr
A reference to stderr
which can be used to write directly to stderr
.
It implements the Deno specific
Writer
,
WriterSync
,
and Closer
interfaces as well as provides a
WritableStream
interface.
v
Deno.stdin
A reference to stdin
which can be used to read directly from stdin
.
v
Deno.stdout
A reference to stdout
which can be used to write directly to stdout
.
It implements the Deno specific
Writer
,
WriterSync
,
and Closer
interfaces as well as provides a
WritableStream
interface.