Skip to content

Commit

Permalink
Merge pull request #20 from barinbritva/add-missing-exports
Browse files Browse the repository at this point in the history
Add some missed exports.
  • Loading branch information
Dan Volkov authored Feb 26, 2024
2 parents 34bcd4a + 56825c6 commit 3c6d5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export * from '@ton/core';
// toncenter Client
//

export { HttpApi } from './client/api/HttpApi';
export { TonClient } from './client/TonClient';
export { HttpApi, HttpApiParameters } from './client/api/HttpApi';
export { TonClient, TonClientParameters } from './client/TonClient';

//
// API V4 Client
Expand Down

0 comments on commit 3c6d5ee

Please sign in to comment.