Create a new object by merging the passed arguments, this is effectively the same as calling objExtend({}, ...theArgs)
where
all of the arguments are added to a new object that is returned.
The original object to be extended.
Rest
...theArgs: anyThe optional number of arguments to be copied
Create a new object by merging the passed arguments, this is effectively the same as calling
objExtend({}, ...theArgs)
where all of the arguments are added to a new object that is returned.Param: target
The original object to be extended.
Param: objN
The optional number of arguments to be copied
Returns