# zkuzan-utils

## Installation

```sh
npm install zkuzan-utils

or 

yarn add zkuzan-utils
```

## Usage

```js
import Utils from "zkuzan-utils";

// ...

const result = await Utils.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
