remix/terminal · InterfaceView Source
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.