TerminalInputStream

View Source

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.