UNPKG

svelte-idb-store

Version:

A library that allows you to sync the value of your Svelte stores with IndexedDB

5 lines (4 loc) 219 B
export { default as idbStoreArray } from "./array.svelte"; export { default as idbStoreObject } from "./object.svelte"; export { deleteDB } from "idb"; export declare const existsDB: (name: string) => Promise<boolean>;