We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Connector
EventFormatter
1 parent 95c6c01 commit 507205dCopy full SHA for 507205d
src/echo.ts
@@ -1,5 +1,5 @@
1
import { Channel, PresenceChannel } from './channel';
2
-import { PusherConnector, SocketIoConnector, NullConnector } from './connector';
+import { Connector, PusherConnector, SocketIoConnector, NullConnector } from './connector';
3
4
/**
5
* This class is the primary API for interacting with broadcasting.
@@ -188,4 +188,6 @@ export default class Echo {
188
189
* Export channel classes for TypeScript.
190
*/
191
-export { Channel, PresenceChannel };
+export { Connector, Channel, PresenceChannel };
192
+
193
+export { EventFormatter } from './util';
0 commit comments