MCPcopy
hub / github.com/socketio/socket.io / EventsMap

Interface EventsMap

packages/socket.io-component-emitter/lib/esm/index.d.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 * represents the type of the `on` listener.
4 */
5export interface EventsMap {
6 [event: string]: any;
7}
8
9/**
10 * The default events map, used if no EventsMap is given. Using this EventsMap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…