# Functions
AllowsColorOutput returns true if the specified writer is a terminal and the process environment indicates color output is supported and desired.
IsTerminal returns whether the passed object is a terminal or not.
# Structs
TTY helps invoke a function and preserve the state of the terminal, even if the process is terminated during execution.
# Type aliases
SafeFunc is a function to be invoked by TTY.