# Functions
No description provided by the author
# Constants
TextTypeCell is for a cell value.
TextTypeError is for error messages.
TextTypeHeader is for a table column header or cell label.
TextTypeNormal is non-categorized text that prints with the default color.
TextTypeSeparator is for characters that delimit columns and rows.
TextTypeTSql is for transact-sql syntax.
TextTypeWarning is for warning messages.
TextTypeXml indicates the content is XML.
# Interfaces
Colorizer has methods to write colorized text to a stream.
# Type aliases
TextType defines a category of text that can be colorized.