Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ getDefaultExportFromCjs
Function
getDefaultExportFromCjs
packages/socket.io/client-dist/socket.io.js:2349–2351 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
2347
Socket$1.protocol;
2348
2349
function
getDefaultExportFromCjs (x) {
2350
return
x && x.__esModule && Object.prototype.hasOwnProperty.call(x,
'default'
) ? x[
'default'
] : x;
2351
}
2352
2353
var
browser = {exports: {}};
2354
Callers
1
socket.io.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected