Skip to content

Commit

Permalink
feat: Update export list in index.ts (#259)
Browse files Browse the repository at this point in the history
* Update package-lock.json.

* Add `toMultibaseRaw` like an export function.

* Add EOF to index.ts.
  • Loading branch information
abdulla-ashurov committed Sep 20, 2023
1 parent e6c0310 commit 34aeb65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,6 @@ export {
isEqualKeyValuePair,
createCosmosPayerWallet,
getCosmosAccount,
checkBalance
} from './utils.js'
checkBalance,
toMultibaseRaw
} from './utils.js'

0 comments on commit 34aeb65

Please sign in to comment.