diff --git a/index.ts b/index.ts index 3169979..e4e9c54 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,3 @@ -export { SocketIoModule } from './src/socket-io.module'; +export { SocketIoModule, SOCKET_CONFIG_TOKEN } from './src/socket-io.module'; export { SocketIoConfig } from './src/config/socket-io.config'; export { WrappedSocket as Socket } from './src/socket-io.service'; \ No newline at end of file