Remix
Remix
remix/terminal · TypeView Source

TerminalModifierName

Summary

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

Signature

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