Variable ansiConst

ansi: {
    bold: string;
    green: string;
    magenta: string;
    red: string;
    reset: string;
    yellow: string;
} = ...

ANSI escape sequences used for terminal output.