# Functions
Parse attempts to return a Decorator type based on a formatting code string, formatting name string, or a Decorator type itself.
# Variables
Bold is a decorator used to specify text is bold (§k).
Italic is a decorator used to specify text uses italics (§o).
Obfuscated is a decorator used to specify text is obfuscated (§k).
No description provided by the author
Strikethrough is a decorator used to specify text has a strikethrough (§m).
Underlined is a decorator used to specify text has an underline (§n).
Unknown is an unknown parsed decorator.
# Type aliases
Decorator is a type of text decorator (bold, underline, etc.).