UNPKG

supastash

Version:

Offline-first sync engine for Supabase in React Native using SQLite

3 lines 232 B
import { FetchAction, LiteFetchState } from "../../types/liteQuery.types"; export declare function fetchReducer<R = any>(state: LiteFetchState<R>, action: FetchAction<R>): LiteFetchState<R>; //# sourceMappingURL=liteReducer.d.ts.map