UNPKG

@dualjack/svelte-tools

Version:

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

6 lines (5 loc) 236 B
// 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 };