MyRepo-Ums/node_modules/socket.io-client/build/esm-debug/on.d.ts

3 lines
158 B
TypeScript
Raw Permalink Normal View History

2024-01-19 10:09:11 +00:00
import { Emitter } from "@socket.io/component-emitter";
export declare function on(obj: Emitter<any, any>, ev: string, fn: (err?: any) => any): VoidFunction;