UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 180 B
/** * Returns the index of the last item that matches criteria */ declare function findLastIndex(arr: any, iterator: any, thisObj?: any): any; export default findLastIndex;