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
/
shared-sync-log
/
index.tests.d.ts
6 lines
(5 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
SharedSyncLog
}
from
'./types'
;
export
declare
function
runTests
(
options: { createLog: () =>
Promise
<SharedSyncLog>; cleanUp?: () =>
Promise
<
void
>; }
):
Promise
<
void
>;