An open API service indexing awesome lists of open source software.

https://github.com/19h47/19h47-multiply

✖️ Playing with the multiplications
https://github.com/19h47/19h47-multiply

Last synced: about 2 months ago
JSON representation

✖️ Playing with the multiplications

Awesome Lists containing this project

README

        

# @19h47/multiply

**@19h47/multiply** is a small module to multiply numbers.

```javascript
import multiply from '@19h47/multiply';

multiply(2, 5); // 10
```

## Test

```bash
yarn test
```