UNPKG

kafka-sagas

Version:

Build sagas that consume from a kafka topic

5 lines (4 loc) 172 B
import Bluebird from 'bluebird'; export declare function allPromise(promises: Array<Promise<any>> | Record<string, Promise<any>>): Bluebird<{ [x: string]: any; }>;