| 10 | import { History } from "history"; |
| 11 | |
| 12 | export interface onActionFunc { |
| 13 | (api: MiddlewareAPI<any>): void, |
| 14 | } |
| 15 | |
| 16 | export interface ReducerEnhancer { |
| 17 | (reducer: Reducer<any>): void, |
nothing calls this directly
no outgoing calls
no test coverage detected