@nightgrey/ansi
    Preparing search index...

    Variable PROP_TO_ATTRIBUTEConst

    PROP_TO_ATTRIBUTE: Readonly<
        {
            blink: Blink;
            bold: Bold;
            conceal: Conceal;
            defaultBackgroundColor: DefaultBackgroundColor;
            defaultForegroundColor: DefaultForegroundColor;
            defaultUnderlineColor: DefaultUnderlineColor;
            faint: Faint;
            italic: Italic;
            noBlink: NoBlink;
            noConceal: NoConceal;
            noItalic: NoItalic;
            noReverse: NoReverse;
            normalIntensity: NormalIntensity;
            noStrikethrough: NoStrikethrough;
            noUnderline: NoUnderline;
            rapidBlink: RapidBlink;
            reset: Reset;
            reverse: Reverse;
            strikethrough: Strikethrough;
            underline: Underline;
        },
    > = ...

    Property <-> Attribute

    There is no direct background, foreground and underline attribute, so there is no direct mapping either.