UNPKG

lendb-client

Version:

(WIP) Browser-client for connecting to [LenDB]{https://github.com/paradis-A/lendb-server}.

3 lines (2 loc) 123 B
import { Writable } from 'svelte/store'; export declare function writable<T>(key: string, initialValue: T): Writable<T>;