Skip to content

Commit

Permalink
issue-#57 - Added 'findIndexWhere' note.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Feb 25, 2024
1 parent 2740ac1 commit 9576400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fjl/src/list/utils/findIndexWhere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export const

/**
* Finds index in "number indexable" (string|array|etc.) that matches given predicate or -1.
*
* @todo Should support any indexable/Iterable/IterableIterator types
*/
findIndexWhere = (
pred: TernaryPred,
Expand Down

0 comments on commit 9576400

Please sign in to comment.