menu
ConsoleOptions
import { ConsoleOptions } from "destack:console";
Console output options.
1export interface ConsoleOptions {2 stdout: Dynamic<Writer>;3 stderr: Dynamic<Writer>;4 color: boolean | "auto";5}Members
color: boolean | "auto"Whether values should be formatted with color when supported.