rxdb
Version:
A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/
6 lines (5 loc) • 447 B
TypeScript
import type { RxPlugin, RxQuery } from '../../types/index.d.ts';
export declare function runBuildingStep<RxDocumentType, RxQueryResult>(rxQuery: RxQuery<RxDocumentType, RxQueryResult>, functionName: string, value: any): RxQuery<RxDocumentType, RxQueryResult>;
export declare function applyBuildingStep(proto: any, functionName: string): void;
export * from './mquery/nosql-query-builder.ts';
export declare const RxDBQueryBuilderPlugin: RxPlugin;