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

Interface LoopReducerWithDefinedState

index.d.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface LoopReducerWithDefinedState<S, A extends Action = AnyAction> {
26 (state: S, action: WithDefaultActionHandling<A>, ...args: any[]): S | Loop<S>;
27}
28
29export interface LiftedLoopReducer<S, A extends Action = AnyAction> {
30 (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected