Interface PrettyFormatterOptions

interface PrettyFormatterOptions {
    colors?: Map<string, ColorCode>;
    dateFormat?: string;
}

Properties

Properties

colors?: Map<string, ColorCode>
dateFormat?: string