stdin property

Stream connected to stdin (fd 0).

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

Implementation

external TTYReadStream get stdin;