asyncForEach
Iterates over an array and executes an async callback for each item
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
array Required | [] | ||
callback Required | function(item: , index: number, array: []) : void |
Returns
Promise<void>
Function defined in common/src/utils/asyncForEach.ts:6