We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a409b87 commit 978aa84Copy full SHA for 978aa84
doc/api/tty.md
@@ -47,6 +47,13 @@ added: v0.7.7
47
A `boolean` that is `true` if the TTY is currently configured to operate as a
48
raw device. Defaults to `false`.
49
50
+### readStream.isTTY
51
+<!-- YAML
52
+added: v0.5.8
53
+-->
54
+
55
+A `boolean` that is always `true`.
56
57
### readStream.setRawMode(mode)
58
<!-- YAML
59
added: v0.7.7
@@ -98,6 +105,13 @@ added: v0.7.7
98
105
A `number` specifying the number of columns the TTY currently has. This property
99
106
is updated whenever the `'resize'` event is emitted.
100
107
108
+### writeStream.isTTY
109
110
111
112
113
114
101
115
### writeStream.rows
102
116
103
117
0 commit comments