UNPKG

redux-automata

Version:
3 lines (2 loc) 181 B
import * as Redux from "redux"; export declare function automataMiddleware<D extends Redux.Dispatch, S>(api: Redux.MiddlewareAPI<D, S>): (next: Redux.Dispatch) => Redux.Dispatch;