E
		    Deno.SeekMode
	      
    A enum which defines the seek mode for IO related APIs that support seeking.
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 by
console.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 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.