Private
Assigns own and inherited enumerable string and symbol keyed properties of source objects to the destination object.
https://lodash.com/docs/4.17.4#defaults
Note: This method mutates object.
object
Returns object.
The destination object.
Rest
The source objects.
Generated using TypeDoc
Assigns own and inherited enumerable string and symbol keyed properties of source objects to the destination object.
https://lodash.com/docs/4.17.4#defaults
Note: This method mutates
object
.Returns
Returns
object
.