TerminalModifierName
Summary
Names of ANSI text modifier styles supported by terminal style helpers.
Signature
type TerminalModifierName =
| "bold"
| "dim"
| "inverse"
| "italic"
| "overline"
| "strikethrough"
| "underline";
Names of ANSI text modifier styles supported by terminal style helpers.
type TerminalModifierName =
| "bold"
| "dim"
| "inverse"
| "italic"
| "overline"
| "strikethrough"
| "underline";