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.js';
export declare function getRxStorageFoundationDB(settings: RxStorageFoundationDBSettings): RxStorageFoundationDB;
export * from './foundationdb-types.js';
export * from './foundationdb-helpers.js';