The type of the configuration object.
Constructs a new configuration manager.
The template to use for default values.
Parses the given configuration object and returns a new object with default values for any missing options.
Optional
config: object | UnknownObjectThe configuration object to parse.
A new object with default values for any missing options.
Represents a configuration object.