mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
added oneToMany option to _.invert()
This commit is contained in:
@@ -2540,7 +2540,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Objects
|
* @category Objects
|
||||||
* @param {Object} object The object to invert.
|
* @param {Object} object The object to invert.
|
||||||
* @param {boolean} oneToMany allow multiple values for each key in the inverted result
|
* @param {boolean} oneToMany Allow multiple values for each key in the inverted result
|
||||||
* @returns {Object} Returns the created inverted object.
|
* @returns {Object} Returns the created inverted object.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user