Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
function
Emitter(obj) {
8
if
(obj)
return
mixin(obj);
9
}
10
11
/**
12
* Mixin the emitter properties.
Callers
1
emitter.js
File · 0.50
Calls
1
mixin
Function · 0.70
Tested by
no test coverage detected