rxdb
Version:
A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/
7 lines (6 loc) • 318 B
TypeScript
import type { RxStorageRemoteExposeSettings, RxStorageRemoteExposeType } from './storage-remote-types.ts';
/**
* Run this on the 'remote' part,
* so that RxStorageMessageChannel can connect to it.
*/
export declare function exposeRxStorageRemote(settings: RxStorageRemoteExposeSettings): RxStorageRemoteExposeType;