mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Add Object.assign reference to _.assign docs. [ci skip]
This commit is contained in:
@@ -9205,7 +9205,9 @@
|
|||||||
* The `customizer` is bound to `thisArg` and invoked with five arguments:
|
* The `customizer` is bound to `thisArg` and invoked with five arguments:
|
||||||
* (objectValue, sourceValue, key, object, source).
|
* (objectValue, sourceValue, key, object, source).
|
||||||
*
|
*
|
||||||
* **Note:** This method mutates `object`.
|
* **Note:** This method mutates `object` and is based on
|
||||||
|
* [`Object.assign`](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign).
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user