Skip to main content
InspectOptions.colors - util - Node documentation
property InspectOptions.colors

Usage in Deno

import { type InspectOptions } from "node:util";

If true, the output is styled with ANSI color codes. Colors are customizable.

Type

boolean | undefined