Skip to content

Commit

Permalink
Merge pull request #113 from hopinc/export-all-sdks-as-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored Mar 29, 2023
2 parents 262c621 + 90d790e commit 2cd6c0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-sloths-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onehop/js": minor
---

- Export all SDK functions under `sdks` namespace
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export {
type BuildEnvironment,
} from './rest/types/ignite.ts';
export * from './util/index.ts';
export * as sdks from './sdks/index.ts';

0 comments on commit 2cd6c0a

Please sign in to comment.