UNPKG

@data-client/core

Version:

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

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