MCPcopy
hub / github.com/redux-loop/redux-loop / LiftedLoopReducer

Interface LiftedLoopReducer

index.d.ts:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface LiftedLoopReducer<S, A extends Action = AnyAction> {
30 (
31 state: S | undefined,
32 action: WithDefaultActionHandling<A>,
33 ...args: any[]
34 ): Loop<S>;
35}
36
37export type CmdSimulation = {
38 result: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected