UNPKG

rxdb

Version:

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

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