stderr property
_Intersection51
get
stderr
A reference to stderr
which can be used to write directly to stderr
.
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
_Intersection51 get stderr => _i3.getProperty(
this,
'stderr',
);