Function
findIndex
(
fn: (item: unknown, index: number, array: unknown[]) => boolean,
thisArg?: unknown,
)
Source from the content-addressed store, hash-verified
| 95 | }, |
| 96 | |
| 97 | findIndex( |
| 98 | fn: (item: unknown, index: number, array: unknown[]) => boolean, |
| 99 | thisArg?: unknown, |
| 100 | ) { |
| 101 | return apply(this, 'findIndex', fn, thisArg, undefined, arguments) |
| 102 | }, |
| 103 | |
| 104 | findLast( |
| 105 | fn: (item: unknown, index: number, array: unknown[]) => boolean, |
Callers
nothing calls this directly
Tested by
no test coverage detected