# Functions
CheckUsername returns true if the given string can be a Keybase username.
NewNormalizedUsername makes a normalized username out of a non-normalized plain string username.
# Type aliases
NormalizedUsername is a Keybase username that has been normalized (toLowered) and therefore will compare correctly against other normalized usernames.