UNPKG

@data-client/core

Version:

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

5 lines (4 loc) 340 B
import Controller from '../../controller/Controller.js'; import { 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