Deeply merges a list of objects into a single object. For duplicate properties, subsequent occurrences overwrite the previous.
Any number of object literals to merge.
A new object with the properties of its source objects.
Deeply merges a list of objects into a single object. For duplicate properties, subsequent occurrences overwrite the previous.