We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hasColor
getColorDepth
1 parent 2caa308 commit 69b6d1dCopy full SHA for 69b6d1d
lib/tty.js
@@ -161,4 +161,4 @@ WriteStream.prototype.getWindowSize = function() {
161
return [this.columns, this.rows];
162
};
163
164
-module.exports = { isatty, ReadStream, WriteStream };
+module.exports = { isatty, getColorDepth, hasColors, ReadStream, WriteStream };
0 commit comments