Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(types): Add type for EPIC_END action type (#272)
Closes #271
  • Loading branch information
Ailrun authored and jayphelps committed Aug 18, 2017
1 parent 4295f00 commit 5e98f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -50,3 +50,5 @@ export declare function createEpicMiddleware<T extends Action, S, D = any>(rootE

export declare function combineEpics<T extends Action, S, D = any>(...epics: Epic<T, S, D>[]): Epic<T, S, D>;
export declare function combineEpics<E>(...epics: E[]): E;

export declare const EPIC_END: '@@redux-observable/EPIC_END';

0 comments on commit 5e98f2e

Please sign in to comment.