@nightgrey/ansi
    Preparing search index...

    Variable BASIC_COLOR_TO_FOREGROUND_ATTRIBUTEConst

    BASIC_COLOR_TO_FOREGROUND_ATTRIBUTE: Readonly<
        {
            "0": BlackForegroundColor;
            "1": RedForegroundColor;
            "10": BrightGreenForegroundColor;
            "11": BrightYellowForegroundColor;
            "12": BrightBlueForegroundColor;
            "13": BrightMagentaForegroundColor;
            "14": BrightCyanForegroundColor;
            "15": BrightWhiteForegroundColor;
            "2": GreenForegroundColor;
            "3": YellowForegroundColor;
            "4": BlueForegroundColor;
            "5": MagentaForegroundColor;
            "6": CyanForegroundColor;
            "7": WhiteForegroundColor;
            "8": BrightBlackForegroundColor;
            "9": BrightRedForegroundColor;
        },
    > = ...