UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 153 B
/** * Returns last item that matches criteria */ declare function findLast(arr: any, iterator: any, thisObj?: any): any; export default findLast;