UNPKG

test-rxdb

Version:

A local realtime NoSQL Database for JavaScript applications -

7 lines (6 loc) 385 B
import type { RxPlugin } from '../../types/index.d.ts'; export * from './local-documents-helper.ts'; export * from './local-documents.ts'; export * from './rx-local-document.ts'; export type { LocalDocumentParent, LocalDocumentState, RxLocalDocument, RxLocalDocumentData } from '../../types/plugins/local-documents.d.ts'; export declare const RxDBLocalDocumentsPlugin: RxPlugin;