UNPKG

@dualjack/svelte-tools

Version:

⚠️⚠️⚠️ **Still in development** ⚠️⚠️⚠️

5 lines (4 loc) 211 B
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 };