Files

3 lines
158 B
TypeScript
Raw Permalink Normal View History

2025-05-12 16:42:36 +09:00
import { Emitter } from "@socket.io/component-emitter";
export declare function on(obj: Emitter<any, any>, ev: string, fn: (err?: any) => any): VoidFunction;