mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
8 lines
237 B
TypeScript
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) {}
|