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