# splash

a

## Installation

```sh
npm install splash
```

## Usage

```js
import Splash from "splash";

// ...

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

## Contributing

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

## License

MIT
