UNPKG
@worldbrain/storex-sync
Version:
latest (0.1.1)
0.1.1
0.1.0
Offline-first syncing between multiple databases using Storex
@worldbrain/storex-sync
/
lib
/
reconciliation
/
index.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
export
{
ReconcilerFunction
,
ExecutableOperation
}
from
'./types'
;
export
{ reconcileSyncLog }
from
'./default'
;