diff --git a/doc/api/tty.md b/doc/api/tty.md index 497f53509d5..f91a37a1209 100644 --- a/doc/api/tty.md +++ b/doc/api/tty.md @@ -47,6 +47,13 @@ added: v0.7.7 A `boolean` that is `true` if the TTY is currently configured to operate as a raw device. Defaults to `false`. +### readStream.isTTY + + +A `boolean` that is always `true`. + ### readStream.setRawMode(mode) + +A `boolean` that is always `true`. + ### writeStream.rows