UNPKG

@data-client/core

Version:

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

3 lines 198 B
import type { State, FetchAction } from '../../types.js'; export declare function fetchReducer(state: State<unknown>, action: FetchAction): State<unknown>; //# sourceMappingURL=fetchReducer.d.ts.map