deno.com

property ReadLineOptions.terminal

true if the input and output streams should be treated like a TTY, and have ANSI/VT100 escape codes written to it. Default: checking isTTY on the output stream upon instantiation.

Type #

boolean | undefined