MCPcopy Index your code
hub / github.com/socketio/socket.io / BidirectionalEvents

Interface BidirectionalEvents

test/socket.io.test-d.ts:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135 describe("single event map", () => {
136 interface BidirectionalEvents {
137 random: (a: number, b: string, c: number[]) => void;
138 }
139
140 describe("on", () => {
141 it("infers correct types for listener parameters", (done) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected