magiclogger - v0.1.0
    Preparing search index...

    Variable PRESETSConst

    PRESETS: {
        code: string[];
        debug: string[];
        error: string[];
        header: string[];
        highlight: string[];
        important: string[];
        info: string[];
        muted: string[];
        special: string[];
        success: string[];
        warning: string[];
    } = ...

    Default style presets mapping preset names to color/style arrays. This is the default theme preset configuration.

    Type Declaration

    • code: string[]
    • debug: string[]
    • error: string[]
    • highlight: string[]
    • important: string[]
    • info: string[]
    • muted: string[]
    • special: string[]
    • success: string[]
    • warning: string[]