Node.js writeStream.isTTY Property
The writeStream.isTTY property is an inbuilt application programming interface of class WriteStream within 'tty' module which is used to check if the write Stream object is an instance of tty or not. It will always return true for tty, writeStream. Syntax: const writeStream.isTTY Return Value: This