elearning/Frontend-Learner/node_modules/ioredis/built/redis/event_handler.d.ts

5 lines
256 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare function connectHandler(self: any): () => void;
export declare function closeHandler(self: any): () => void;
export declare function errorHandler(self: any): (error: any) => void;
export declare function readyHandler(self: any): () => void;