TerminalModifierName

View Source

Summary

Names of ANSI text modifier styles supported by terminal style helpers.

Signature

type TerminalModifierName =
  | "bold"
  | "dim"
  | "inverse"
  | "italic"
  | "overline"
  | "strikethrough"
  | "underline";