property ReplOptions.useColors Usage in Denoimport { 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. Type boolean | undefined