Variable ATTRIBUTE_TO_PROPConst
ATTRIBUTE_TO_PROP: Readonly<
{
"0": "reset";
"1": "bold";
"2": "faint";
"22": "normalIntensity";
"23": "noItalic";
"24": "noUnderline";
"25": "noBlink";
"27": "noReverse";
"28": "noConceal";
"29": "noStrikethrough";
"3": "italic";
"4": "underline";
"5": "blink";
"6": "rapidBlink";
"7": "reverse";
"8": "conceal";
"9": "strikethrough";
},
> = ...
Attribute <-> Property (human-readable property name)