stdout property

Stream connected to stdout (fd 1).

It is a Socket (which is a Duplex stream) unless fd 1 refers to a file, in which case it is a Writable stream.

Implementation

external TTYWriteStream get stdout;