TerminalInputStream
Summary
Input stream shape used for terminal interactivity detection.
Signature
interface TerminalInputStream {
isTTY?: boolean;
}
Properties
isTTY
Whether the input stream is attached to a TTY.
Input stream shape used for terminal interactivity detection.
interface TerminalInputStream {
isTTY?: boolean;
}
Whether the input stream is attached to a TTY.