rwadurian/tools/mnemonic-test/node_modules/@cosmjs/utils/README.md

18 lines
899 B
Markdown

# @cosmjs/utils
![typescript](https://img.shields.io/npm/types/@cosmjs/utils.svg)
[![npm version](https://img.shields.io/npm/v/@cosmjs/utils.svg)](https://www.npmjs.com/package/@cosmjs/utils)
[![license](https://img.shields.io/npm/l/@cosmjs/utils.svg)](https://github.com/cosmos/cosmjs/blob/v0.35.0/LICENSE)
![minimum node version](https://img.shields.io/node/v/@cosmjs/utils.svg)
![minified size](https://img.shields.io/bundlephobia/min/@cosmjs/utils.svg)
![monthly downloads](https://img.shields.io/npm/dm/@cosmjs/utils.svg)
Utility functions independent of blockchain applications. Primarily used for
testing but stuff like `sleep` can also be useful at runtime.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).