event_handler.d.ts 256 B

1234
  1. export declare function connectHandler(self: any): () => void;
  2. export declare function closeHandler(self: any): () => void;
  3. export declare function errorHandler(self: any): (error: any) => void;
  4. export declare function readyHandler(self: any): () => void;