UNPKG

rxdb

Version:

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

5 lines (4 loc) 171 B
import type { RxPlugin } from '../../types/index.js'; export declare const RxDBCleanupPlugin: RxPlugin; export * from './cleanup.js'; export * from './cleanup-helper.js';