E
Deno.SeekMode
A enum which defines the seek mode for IO related APIs that supportseeking.
f
Deno.consoleSize
Gets the size of the console as columns/rows.
f
Deno.inspect
Converts the input into a string that has the same format as printed byconsole.log().
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 specificWriter,WriterSync,and Closer interfaces as well as provides aWritableStream 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 specificWriter,WriterSync,and Closer interfaces as well as provides aWritableStream interface.