Files
penx/apps/web/lib/sync.ts
2025-05-26 10:58:58 +08:00

8 lines
237 B
TypeScript

import { WorkerEvents } from '@penx/constants'
export async function sync(isWorker = false) {}
async function pushToServer(remoteLastUpdatedAt: number) {}
async function pullFromServer(localLastUpdatedAt: number, isWorker = false) {}