Files
socket.io/lib/browser-entrypoint.ts
Damien Arrachequesne 0661564dc2 chore: migrate to rollup
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
2021-10-13 18:09:41 +02:00

4 lines
53 B
TypeScript

import { io } from "./index.js";
export default io;