Searched defs:isTTY (Results 1 – 7 of 7) sorted by relevance
11 const isTTY = internalBinding('tty_wrap').isTTY; constant
11 function doTest(isTTY, check) { argument
8 function check(isTTY, colorMode, expectedColorMode, inspectOptions) { argument
121 WriteStream.prototype.isTTY = true; method in WriteStream
296 const isTTY = typeof process === undefined ? false : process.stdout?.isTTY; constant
63 function setIsTTY (isTTY) { argument
29547 stdout: createSupportsColor({isTTY: tty$1.isatty(1)}), property29548 stderr: createSupportsColor({isTTY: tty$1.isatty(2)}) property32875 const ttyStream = Object.assign(new stream.Readable(), {isTTY: true}); property