mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 00:48:12 -05:00
This change allows us to: - reduce the size of the bundle - provide an ESM bundle (for usage in <script type="module">) Related: https://github.com/socketio/socket.io-client/issues/1198
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
import { io } from "./index.js";
|
|
|
|
export default io;
|