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

Interface Options

src/createEpicMiddleware.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { warn } from './utils/console';
7
8interface Options<D = any> {
9 dependencies?: D;
10}
11
12export interface EpicMiddleware<
13 T extends Action,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…