UNPKG

@omneedia/client-js

Version:

Isomorphic Javascript client for Omneedia

9 lines 313 B
export default class OmneediaRealtime { protected Channel: string; protected ref: any; constructor(channel: string, ref: any); send(message: any): Promise<this>; on(type: string, event: any, cb: Function): this; subscribe(callback: Function): this; } //# sourceMappingURL=realtime.d.ts.map