Skip to content

Commit

Permalink
Export Weapped Scoket as Socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Gonzalez committed Jun 1, 2017
1 parent cee4243 commit dc49c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { SocketIoModule } from './src/socket-io.module';
export { SocketIoConfig } from './src/config/socket-io.config';
export { WrappedSocket } from './src/socket-io.service';
export { WrappedSocket as Socket } from './src/socket-io.service';

0 comments on commit dc49c76

Please sign in to comment.