UNPKG

test-rxdb

Version:

A local realtime NoSQL Database for JavaScript applications -

6 lines (5 loc) 219 B
import type { RxPlugin } from '../../types/index.d.ts'; export type * from './types.ts'; export * from './flagged-functions.ts'; export * from './rx-pipeline.ts'; export declare const RxDBPipelinePlugin: RxPlugin;