UNPKG

@grindife/supamelon

Version:

Combination of supabase and watermelondb

8 lines (4 loc) 247 B
import type { Database } from '../..' import type { SyncLocalChanges } from '../index' export default function fetchLocalChanges(db: Database): Promise<SyncLocalChanges> export function hasUnsyncedChanges(db: Database): Promise<boolean>