Constructor
new Config(params)
Parameters:
Name | Type | Description |
---|---|---|
params |
UserConfigurationOptions | The config options set by the user |
- Source:
Methods
extend(params) → {Config}
Extend the current config into a new config with new params overriding old ones
Parameters:
Name | Type | Description |
---|---|---|
params |
UserConfigurationOptions | The override options |
- Source:
Returns:
The extended configuration
- Type
- Config
extend(params) → {Config}
Extend the current config into a new config with new params overriding old ones
Parameters:
Name | Type | Description |
---|---|---|
params |
UserConfigurationOptions | The override options |
- Source:
Returns:
The extended configuration
- Type
- Config