ReplOptions.useColors - Node documentation
property ReplOptions.useColors

Usage in Deno

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

If true, specifies that the default writer function should include ANSI color styling to REPL output. If a custom writer function is provided then this has no effect. Default: the REPL instance's terminal value.

Type

boolean | undefined