# Functions
IsTerminal returns whether the passed io.Reader 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.