UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 177 B
/** * Maps the items in the array and concatenates the result arrays. */ declare function collect(arr: any, callback: any, thisObj?: any): any[]; export default collect;