| 6 | import { warn } from './utils/console'; |
| 7 | |
| 8 | interface Options<D = any> { |
| 9 | dependencies?: D; |
| 10 | } |
| 11 | |
| 12 | export interface EpicMiddleware< |
| 13 | T extends Action, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…