Skip to content

Commit 64774f4

Browse files
authored
Export SOCKET_CONFIG_TOKEN (rodgc#188)
This is needed if one needs to extend a basic configuration with namespaces, for example.
1 parent 6ff0545 commit 64774f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { SocketIoModule } from './src/socket-io.module';
1+
export { SocketIoModule, SOCKET_CONFIG_TOKEN } from './src/socket-io.module';
22
export { SocketIoConfig } from './src/config/socket-io.config';
33
export { WrappedSocket as Socket } from './src/socket-io.service';

0 commit comments

Comments
 (0)