UNPKG

supastash

Version:

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

5 lines 165 B
/** * Pulls the data from the remote database to the local database */ export declare function pullFromRemote(): Promise<void>; //# sourceMappingURL=index.d.ts.map