v2.0.3: add support for inverse futures

This commit is contained in:
tiagosiebler
2021-03-06 17:37:54 +00:00
parent b6a17dcffe
commit 693d8b33a2
4 changed files with 362 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export * from './inverse-client';
export * from './inverse-futures-client';
export * from './linear-client';
export * from './websocket-client';
export * from './logger';