UNPKG

@grindife/supamelon

Version:

Combination of supabase and watermelondb

15 lines (13 loc) 309 B
import type { SyncArgs } from '../index' export default function synchronize({ database, pullChanges, onDidPullChanges, pushChanges, sendCreatedAsUpdated, migrationsEnabledAtVersion, log, conflictResolver, _unsafeBatchPerCollection, unsafeTurbo, }: SyncArgs): Promise<void>