UNPKG

supastash

Version:

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

7 lines 267 B
import { SupastashSQLiteDatabase } from "../types/supastashConfig.types"; /** * Gets the supastash database * @returns The supastash database */ export declare function getSupastashDb(): Promise<SupastashSQLiteDatabase>; //# sourceMappingURL=dbInitializer.d.ts.map