UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

6 lines (5 loc) 214 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;