UNPKG
@dualjack/svelte-tools
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
⚠️⚠️⚠️ **Still in development** ⚠️⚠️⚠️
github.com/dualjack/svelte-tools
dualjack/svelte-tools
@dualjack/svelte-tools
/
dist
/
index.js
6 lines
(5 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
// Entries re-exported.
import
watch
from
"./tools/watch/watch.svelte.js"
;
import
{ computed }
from
"./tools/computed/computed.svelte.js"
;
import
{ ref, isRef }
from
"./tools/ref/ref.svelte.js"
;
export
{ watch, computed, isRef, ref };