UNPKG
sveltekit-sync
Version:
alpha (0.1.0-alpha.0)
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
Local-first sync engine for SvelteKit
github.com/mudiageo/sveltekit-sync
mudiageo/sveltekit-sync
sveltekit-sync
/
dist
/
adapters
/
index.js
6 lines
(5 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
// Client-side adapters
export
*
from
'./indexeddb.js'
;
export
*
from
'./idb.js'
;
// Server-side adapters
export
*
from
'./drizzle.js'
;