rxdb
Version:
A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/
5 lines (4 loc) • 299 B
TypeScript
import type { RxStorageFoundationDB, RxStorageFoundationDBSettings } from './foundationdb-types.ts';
export declare function getRxStorageFoundationDB(settings: RxStorageFoundationDBSettings): RxStorageFoundationDB;
export * from './foundationdb-types.ts';
export * from './foundationdb-helpers.ts';