Skip to content

colorize

colorize(text, color): string

Defined in: utils/output-formatter.ts:59

Apply color to text.

string

"bold" | "reset" | "dim" | "black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray" | "bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite"

string