Interface ConsolePrinterOptions

interface ConsolePrinterOptions {
    indent: number;
    isWarn?: boolean;
}

Properties

Properties

indent: number

how much to indent the message (level of groups)

isWarn?: boolean

output message to stderr instead of stdout