sun158's picture
Hermes Agent backup - 2026-06-24 06:04:03
20dbb3c verified
Raw
History Blame Contribute Delete
158 Bytes
import { Emitter } from "@socket.io/component-emitter";
export declare function on(obj: Emitter<any, any>, ev: string, fn: (err?: any) => any): VoidFunction;