UNPKG

@pit-front-end/utils

Version:

湖南创智艾泰克科技有限公司

9 lines (8 loc) 259 B
export declare class WebSocketClient { private ws; private eventMap; constructor(url: string, openCallback?: (event: Event) => void); send<T>(data: T): void; on<T>(eventType: string, callback: (data: T) => void): void; private emit; }