UNPKG

kafka-sagas

Version:

Build sagas that consume from a kafka topic

3 lines (2 loc) 245 B
export declare function racePromiseRecord<Keys extends string>(raceable: Record<Keys, Promise<any>>): Promise<Record<Keys, any>>; export declare function racePromise(raceable: Array<Promise<any>> | Record<string, Promise<any>>): Promise<any>;