mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Update _.map doc note on guarded methods. [ci skip]
This commit is contained in:
@@ -7527,9 +7527,9 @@
|
|||||||
* `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
|
* `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
|
||||||
*
|
*
|
||||||
* The guarded methods are:
|
* The guarded methods are:
|
||||||
* `ary`, `callback`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,
|
* `ary`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, `fill`,
|
||||||
* `fill`, `invert`, `parseInt`, `random`, `range`, `slice`, `some`, `sortBy`,
|
* `invert`, `parseInt`, `random`, `range`, `slice`, `some`, `sortBy`,
|
||||||
* `take`, `takeRight`, `template`, `trim`, `trimEnd`, `trimStart`, `uniq`,
|
* `take`, `takeRight`, `template`, `trim`, `trimEnd`, `trimStart`,
|
||||||
* and `words`
|
* and `words`
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user