mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Add jsdoc name tag for flatMap. [closes #1811]
This commit is contained in:
@@ -7133,7 +7133,7 @@
|
|||||||
/**
|
/**
|
||||||
* This method is the wrapper version of `_.flatMap`.
|
* This method is the wrapper version of `_.flatMap`.
|
||||||
*
|
*
|
||||||
* @static
|
* @name flatMap
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Seq
|
* @category Seq
|
||||||
* @param {Function|Object|string} [iteratee=_.identity] The function invoked per iteration.
|
* @param {Function|Object|string} [iteratee=_.identity] The function invoked per iteration.
|
||||||
|
|||||||
Reference in New Issue
Block a user