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
- Host: GitHub
- URL: https://github.com/19h47/19h47-multiply
- Owner: 19h47
- Created: 2020-06-03T08:09:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:46:16.000Z (over 2 years ago)
- Last Synced: 2025-01-30T16:17:10.408Z (4 months ago)
- Language: JavaScript
- Homepage: https://19h47.github.io/19h47-multiply/
- Size: 1.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```