mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
The package does not have a default export, so importing it from a project using ES modules would break in some cases. > Cannot destructure property 'Server' of '_engineIo.default' Related: https://github.com/socketio/engine.io/issues/657
7 lines
88 B
JSON
7 lines
88 B
JSON
{
|
|
"name": "esm-import",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module"
|
|
}
|