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

6 lines 222 B
declare const bridge: import("./types/bridge").CondoBridge; export * from './types/methods'; export * from './types/bridge'; export * from './types/errors'; export { bridge as default }; //# sourceMappingURL=index.d.ts.map