# Functions
All creates a configuration from one or more configuration file paths and one or more extra variables in addition to base configuration.
Base creates a basic configuration required for some of the functions, it is recommended to use it.
MergeConfigurations merges two configurations into one, any existing values will be overridden.
New creates a new configuration from one or more configurations, to be used with other helper functions.
WithFiles creates a configuration from one or more configuration file paths.
WithVars creates a configuration from one or more extra variables (key=value), see also VarArgRegexp.
# Constants
RootKey is an special configuration key key used by e.g.
# Variables
VarArgRegexp defines the extra variable parameter format.
# Type aliases
Configuration is a map used to render the templates with.