mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
added oneToMany option to _.invert()
This commit is contained in:
@@ -2540,7 +2540,7 @@
|
||||
* @memberOf _
|
||||
* @category Objects
|
||||
* @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.
|
||||
* @example
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user