merge Method
Merges the provided object into the config.
merge(source: any): void
note Overrides existing variables if already exist. Immutable properties are skipped.
throws if the provided source is not of type object.
| Parameter | Type | Description |
|---|---|---|
| source | any |
Defined in
Last Updated: 08 January, 2020