UNPKG

rxdb

Version:

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

5 lines (4 loc) 251 B
import type { RxDatabase, RxPlugin, RxState } from '../../types/index.d.ts'; export * from './helpers.ts'; export declare function addState<T>(this: RxDatabase, namespace?: string): Promise<RxState<T>>; export declare const RxDBStatePlugin: RxPlugin;