mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Doc nit for _.pairs. [ci skip]
This commit is contained in:
@@ -6840,7 +6840,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Objects
|
* @category Objects
|
||||||
* @param {Object} object The object to inspect.
|
* @param {Object} object The object to inspect.
|
||||||
* @returns {Array} Returns new array of key-value pairs.
|
* @returns {Array} Returns the new array of key-value pairs.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* _.pairs({ 'barney': 36, 'fred': 40 });
|
* _.pairs({ 'barney': 36, 'fred': 40 });
|
||||||
|
|||||||
Reference in New Issue
Block a user