I/O
Enums Jump to heading
E
Functions Jump to heading
f
f
Interfaces Jump to heading
I
Deno.InspectOptions
Option which can be specified when performing Deno.inspect
.
I
Variables Jump to heading
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.