```typescript
import { type ReplOptions } from "node:node__repl.d.ts";
```
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.