UNPKG

@dualjack/svelte-tools

Version:

### Why? Because runes are not safe to toss around by design.

5 lines (4 loc) 167 B
import { type Readable, type Writable } from "svelte/store"; export declare function fromStoreTwoWayBinding<T>(store: Writable<T> | Readable<T>): { current: T; };