UNPKG

291 BTypeScriptView Raw
1import { Action } from 'redux';
2import { Epic } from './epic';
3/**
4 Merges all epics into a single one.
5 */
6export declare function combineEpics<T extends Action, O extends T = T, S = void, D = any>(...epics: Epic<T, O, S, D>[]): Epic<T, O, S, D>;
7//# sourceMappingURL=combineEpics.d.ts.map
\No newline at end of file