UNPKG

@open-condo/bridge

Version:

A library that allows the client of your mini-application to communicate with the main user's client on different devices, using a common bridge API

5 lines 240 B
import type { CondoBridge } from './types/bridge'; export declare const IS_CLIENT_SIDE: boolean; export declare const IS_BROWSER_CLIENT: boolean; export declare function createCondoBridge(): CondoBridge; //# sourceMappingURL=bridge.d.ts.map