Skip to content

Commit

Permalink
feat: Expose Account API
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 28, 2021
1 parent d4122ad commit b7ef22d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
@@ -1,7 +1,9 @@
import {APIClient} from './APIClient';
export default APIClient;

export default APIClient;
export * from './APIClient';

export * from './account';
export * from './dealing';
export * from './login';
export * from './market';

0 comments on commit b7ef22d

Please sign in to comment.