stdout property
_Intersection50
get
stdout
A reference to stdout
which can be used to write directly to stdout
.
It implements the Deno specific {@linkcode Writer}, {@linkcode WriterSync},
and {@linkcode Closer} interfaces as well as provides a
{@linkcode WritableStream} interface.
These are low level constructs, and the {@linkcode console} interface is a
more straight forward way to interact with stdout
and stderr
.
Implementation
_Intersection50 get stdout => _i3.getProperty(
this,
'stdout',
);