UNPKG

keyval-db

Version:

Indexdb, the way God intended it to be.

5 lines (4 loc) 160 B
import { IDB } from './idb'; export type { MultiSetItem } from './idb'; declare function getDB(db_name: string, tableName: string): IDB; export { getDB, IDB };