mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +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`.
|
||||
*
|
||||
* The guarded methods are:
|
||||
* `ary`, `callback`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,
|
||||
* `fill`, `invert`, `parseInt`, `random`, `range`, `slice`, `some`, `sortBy`,
|
||||
* `take`, `takeRight`, `template`, `trim`, `trimEnd`, `trimStart`, `uniq`,
|
||||
* `ary`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, `fill`,
|
||||
* `invert`, `parseInt`, `random`, `range`, `slice`, `some`, `sortBy`,
|
||||
* `take`, `takeRight`, `template`, `trim`, `trimEnd`, `trimStart`,
|
||||
* and `words`
|
||||
*
|
||||
* @static
|
||||
|
||||
Reference in New Issue
Block a user