UNPKG

test-rxdb

Version:

A local realtime NoSQL Database for JavaScript applications -

7 lines (6 loc) 217 B
import type { RxPlugin } from './types/index.d.ts'; /** * Add a plugin to the RxDB library. * Plugins are added globally and cannot be removed. */ export declare function addRxPlugin(plugin: RxPlugin): void;