UNPKG

@teambit/harmony

Version:
6 lines (5 loc) 162 B
/** * asynchronously iterate an array. * :TODO improve function singature */ export declare function asyncForEach(array: any[], callback: any): Promise<void>;