mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Add at to the lodash shortcut fusion doc note. [ci skip]
This commit is contained in:
@@ -1483,9 +1483,9 @@
|
|||||||
* `replace` and `split`
|
* `replace` and `split`
|
||||||
*
|
*
|
||||||
* The wrapper methods that support shortcut fusion are:
|
* The wrapper methods that support shortcut fusion are:
|
||||||
* `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, `findLast`,
|
* `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
|
||||||
* `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, `tail`,
|
* `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,
|
||||||
* `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
|
* `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
|
||||||
*
|
*
|
||||||
* The chainable wrapper methods are:
|
* The chainable wrapper methods are:
|
||||||
* `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`,
|
* `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`,
|
||||||
|
|||||||
Reference in New Issue
Block a user