# Functions

OptionalEnv returns the value for environment variable if it exists, otherwise returns an empty string.
OptionalEnvOrDefault returns the value for environment variable if it exists, otherwise returns the default value.
RequireEnv requires environment variable to be present.