
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/pusher-js/src/core/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/pusher-js/src/core/socket.ts |
interface Socket {
send(payload: any): void;
ping?(): void;
close(code?: any, reason?: any);
sendRaw?(payload: any): boolean;
onopen?(evt?: any): void;
onerror?(error: any): void;
onclose?(closeEvent: any): void;
onmessage?(message: any): void;
onactivity?(): void;
}
export default Socket;

