copyObject(target: any, ...src: any[]): any
Performs shallow copying of properties of one or more source objects into the target object. Can be used to clone objects in the _Store_ reducers.
The object to copy properties to.