Skip to main content

useColors

property ReplOptions.useColors

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.

boolean | undefined
Back to top