UNPKG

rxdb

Version:

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

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