mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -4,14 +4,15 @@ import assignInWith from './assignInWith';
|
||||
import rest from './rest';
|
||||
|
||||
/**
|
||||
* Assigns own and inherited enumerable properties of source objects to the
|
||||
* destination object for all destination properties that resolve to `undefined`.
|
||||
* Source objects are applied from left to right. Once a property is set,
|
||||
* additional values of the same property are ignored.
|
||||
* Assigns own and inherited enumerable string keyed properties of source
|
||||
* objects to the destination object for all destination properties that
|
||||
* resolve to `undefined`. Source objects are applied from left to right.
|
||||
* Once a property is set, additional values of the same property are ignored.
|
||||
*
|
||||
* **Note:** This method mutates `object`.
|
||||
*
|
||||
* @static
|
||||
* @since 0.1.0
|
||||
* @memberOf _
|
||||
* @category Object
|
||||
* @param {Object} object The destination object.
|
||||
|
||||
Reference in New Issue
Block a user