UNPKG

@eweser/db

Version:
4 lines (3 loc) 187 B
import type { Database } from '..'; /** if the registry doesn't exist, look for it in the localstorage */ export declare const getRegistry: (db: Database) => () => import("..").Registry;