UNPKG

@methodus/server

Version:
7 lines (6 loc) 179 B
export declare class Client { constructor(); subscribe(corr: any): void; on(eventname: string, cb: Function): void; publish(channel: any, msg: any): void; }