Skip to content

Commit

Permalink
fix: export both the client and the server from index
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 26, 2020
1 parent 3aa8bbf commit 29923b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
@@ -1 +1,3 @@
export * from './client';
export * from './server';
export * from './message';

0 comments on commit 29923b1

Please sign in to comment.