UNPKG

@data-client/core

Version:

Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch

4 lines 345 B
import type Controller from '../../controller/Controller.js'; import type { State, SetResponseAction, OptimisticAction } from '../../types.js'; export declare function setResponseReducer(state: State<unknown>, action: OptimisticAction | SetResponseAction, controller: Controller): State<unknown>; //# sourceMappingURL=setResponseReducer.d.ts.map