Skip to content

Commit

Permalink
Updated jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dictor93 committed Nov 15, 2024
1 parent 25e0fae commit 1914ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/findLastIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*
* @param {Array} array
* @param {Function} predicate
* @param {number} fromIndex
* @returns {number}
*/
const findLastIndex = (array, predicate, fromIndex) => {
Expand Down

0 comments on commit 1914ff1

Please sign in to comment.