@dualjack/svelte-tools
Version:
### Why? Because runes are not safe to toss around by design.
6 lines (5 loc) • 322 B
TypeScript
import watch from "./tools/watch/watch.svelte";
import { computed } from "./tools/computed/computed.svelte";
import { ref, isRef } from "./tools/ref/ref.svelte";
import { fromStoreTwoWayBinding } from "./tools/fromStoreTwoWayBinding/fromStoreToRune.svelte";
export { watch, computed, isRef, ref, fromStoreTwoWayBinding };