cleaning around websocket client

This commit is contained in:
tiagosiebler
2022-09-15 12:20:39 +01:00
parent 0e05a8d0ef
commit 3f5039ef8b
7 changed files with 164 additions and 158 deletions

View File

@@ -10,6 +10,6 @@ export * from './usdc-perpetual-client';
export * from './unified-margin-client';
export * from './websocket-client';
export * from './util/logger';
export * from './util';
export * from './types';
export * from './util/WsStore';
export * from './constants/enum';