Copies property values from one or more source objects to a target object. Same as the ES2015 Object.assign method, with the following differences:
The target object.
Copies property values from one or more source objects to a target object. Same as the ES2015 Object.assign method, with the following differences:
The target object.
Copies property values from one or more source objects to a target object. Same as the ES2015 Object.assign method, with the following differences:
The target object.
Overload implementation.
Param: target
The target object to copy properties to.
Param: sources
The source object(s) to copy properties from.