ReplOptions.terminal - Node documentation
property ReplOptions.terminal

Usage in Deno

import { type ReplOptions } from "node:repl";

If true, specifies that the output should be treated as a TTY terminal, and have ANSI/VT100 escape codes written to it. Default: checking the value of the isTTY property on the output stream upon instantiation.

Type

boolean | undefined