require("base-resolver/configurations")() → {module:base-resolver/configurations~ConfigurationManager}
Creates a ConfigurationManager and returns it
- Source:
Returns:
the configuration manager for managing configuration
The base-resolver/configurations module is used for storing, managing and getting resolver configurations. The configurations are passed to the resolver during its construction, either as an array, or as a path, requiring which would return an array. If a path is provided, the configuration array is retrieved by the module:base-resolver before feeding to this module.
- Source: