MCPcopy
hub / github.com/redux-observable/redux-observable / EpicMiddleware

Interface EpicMiddleware

src/createEpicMiddleware.ts:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface EpicMiddleware<
13 T extends Action,
14 O extends T = T,
15 S = void,
16 D = any
17 // eslint-disable-next-line @typescript-eslint/ban-types
18> extends Middleware<{}, S, Dispatch<any>> {
19 run(rootEpic: Epic<T, O, S, D>): void;
20}
21
22export function createEpicMiddleware<
23 T extends Action,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…