UNPKG

supastash

Version:

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

4 lines 237 B
export declare function subscribe(table: string, cb: () => void): () => void; export declare function notifySubscribers(table: string): void; export declare function getSnapshot(table: string): any; //# sourceMappingURL=snapShot.d.ts.map