mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Update @see tags. [ci skip]
This commit is contained in:
@@ -10214,7 +10214,7 @@
|
|||||||
* @category Lang
|
* @category Lang
|
||||||
* @param {*} value The value to clone.
|
* @param {*} value The value to clone.
|
||||||
* @returns {*} Returns the cloned value.
|
* @returns {*} Returns the cloned value.
|
||||||
* @see _.cloneDeep, _.cloneDeepWith, _.cloneWith
|
* @see _.cloneDeep
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* var objects = [{ 'a': 1 }, { 'b': 2 }];
|
* var objects = [{ 'a': 1 }, { 'b': 2 }];
|
||||||
@@ -12517,6 +12517,7 @@
|
|||||||
* @param {Array|Function|Object|string} [iteratee=_.identity]
|
* @param {Array|Function|Object|string} [iteratee=_.identity]
|
||||||
* The function invoked per iteration.
|
* The function invoked per iteration.
|
||||||
* @returns {Object} Returns the new mapped object.
|
* @returns {Object} Returns the new mapped object.
|
||||||
|
* @see _.mapValues
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) {
|
* _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) {
|
||||||
@@ -12548,6 +12549,7 @@
|
|||||||
* @param {Array|Function|Object|string} [iteratee=_.identity]
|
* @param {Array|Function|Object|string} [iteratee=_.identity]
|
||||||
* The function invoked per iteration.
|
* The function invoked per iteration.
|
||||||
* @returns {Object} Returns the new mapped object.
|
* @returns {Object} Returns the new mapped object.
|
||||||
|
* @see _.mapKeys
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* var users = {
|
* var users = {
|
||||||
|
|||||||
Reference in New Issue
Block a user