From 978aa8476bdb488a3e8ced9ecbcd0ef7557f8774 Mon Sep 17 00:00:00 2001 From: SonaySevik Date: Mon, 6 Nov 2017 16:02:03 +0000 Subject: [PATCH] doc: add isTTY property documentation PR-URL: https://github.com/nodejs/node/pull/16828 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Sam Roberts --- doc/api/tty.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/api/tty.md b/doc/api/tty.md index 497f53509d5a16..f91a37a12095e5 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