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

Interface Dispatch

src/types/store.ts:27–29  ·  src/types/store.ts::Dispatch

Source from the content-addressed store, hash-verified

25 * dispatched.
26 */
27export interface Dispatch<A extends Action = UnknownAction> {
28 <T extends A>(action: T, ...extraArgs: any[]): T
29}
30
31/**
32 * Function to remove listener added by `Store.subscribe()`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected