# Functions
Provider returns an environment variables provider that returns a nested map[string]interface{} of environment variable where the nesting hierarchy of keys is defined by delim.
ProviderWithValue works exactly the same as Provider except the callback takes a (key, value) with the variable name and value and allows you to modify both.