# Packages
No description provided by the author
# Functions
IsEmptyString returns 'true' if string contains NO non-whitespace characters.
IsNonEmptyString returns 'true' if string contains ANY non-whitespace characters.
IsStringMissingInSlice returns 'true' if the provided slice DOES NOT contain provided string value.
IsStringValidEmail returns 'true' if string meets requirements for an email address.
JoinErrors concatenates error text of all errors into one semi-colon delimited string.
WaitTill provided condition returns true or timeout occurs.
# Constants
ErrTimeout is the error text of timeout error from WaitTill.