Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Roll out exported symbols in index.ts #31

Closed
webmaster128 opened this issue Mar 9, 2022 · 0 comments · Fixed by #48
Closed

Roll out exported symbols in index.ts #31

webmaster128 opened this issue Mar 9, 2022 · 0 comments · Fixed by #48
Assignees

Comments

@webmaster128
Copy link
Member

It would be great to have all exported symbols of the package visible in one file. For this, can we make the *s in

CosmWasmJS/src/index.ts

Lines 1 to 13 in a2a013a

/**
* Exporting all the defined CosmJS symbols
*/
export * from "./amino";
export * from "./cosmwasm-stargate";
export * from "./crypto";
export * from "./encoding";
export * from "./faucet-client";
export * from "./ledger-amino";
export * from "./math";
export * from "./proto-signing";
export * from "./stargate";
export * from "./utils";
explicit?

Maybe we should remove all the .ts files that only re-export CosmJS types and do that in the main index file directly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants