remix/terminal · Type

View Source

TerminalModifierName

Summary

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

Signature

type TerminalModifierName =
  | 'bold'
  | 'dim'
  | 'inverse'
  | 'italic'
  | 'overline'
  | 'strikethrough'
  | 'underline'