MCPcopy
hub / github.com/reduxjs/redux / MultiDispatch

Interface MultiDispatch

test/applyMiddleware.spec.ts:130–132  ·  test/applyMiddleware.spec.ts::MultiDispatch

Source from the content-addressed store, hash-verified

128 const testCallArgs = [class="st">'test']
129
130 interface MultiDispatch<A extends Action = Action> {
131 <T extends A>(action: T, extraArg?: string[]): T
132 }
133
134 const multiArgMiddleware: Middleware<
135 MultiDispatch,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected