mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Add mutation notes to docs of _.assign and _.defaults. [ci skip]
This commit is contained in:
@@ -9143,6 +9143,8 @@
|
|||||||
* 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`.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @alias extend
|
* @alias extend
|
||||||
@@ -9214,6 +9216,8 @@
|
|||||||
* object for all destination properties that resolve to `undefined`. Once a
|
* object for all destination properties that resolve to `undefined`. Once a
|
||||||
* property is set, additional values of the same property are ignored.
|
* property is set, additional values of the same property are ignored.
|
||||||
*
|
*
|
||||||
|
* **Note:** This method mutates `object`.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Object
|
* @category Object
|
||||||
|
|||||||
Reference in New Issue
Block a user