UNPKG

rxdb

Version:

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

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