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

Function Emitter

packages/socket.io-component-emitter/lib/esm/index.js:7–9  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

5 */
6
7export function Emitter(obj) {
8 if (obj) return mixin(obj);
9}
10
11/**
12 * Mixin the emitter properties.

Callers 1

emitter.jsFile · 0.50

Calls 1

mixinFunction · 0.70

Tested by

no test coverage detected