xiaokuaisong-xiaochengxu/uniapp04/node_modules/socket.io-client/build/cjs/on.d.ts

3 lines
158 B
TypeScript
Raw Normal View History

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