Function
findLastIndex
(
fn: (item: unknown, index: number, array: unknown[]) => boolean,
thisArg?: unknown,
)
Source from the content-addressed store, hash-verified
| 116 | }, |
| 117 | |
| 118 | findLastIndex( |
| 119 | fn: (item: unknown, index: number, array: unknown[]) => boolean, |
| 120 | thisArg?: unknown, |
| 121 | ) { |
| 122 | return apply(this, 'findLastIndex', fn, thisArg, undefined, arguments) |
| 123 | }, |
| 124 | |
| 125 | // flat, flatMap could benefit from ARRAY_ITERATE but are not straight-forward to implement |
| 126 | |
Callers
nothing calls this directly
Tested by
no test coverage detected