https://github.com/19h47/19h47-sum
➕ Playing with the sums
https://github.com/19h47/19h47-sum
Last synced: about 2 months ago
JSON representation
➕ Playing with the sums
- Host: GitHub
- URL: https://github.com/19h47/19h47-sum
- Owner: 19h47
- Created: 2020-06-02T06:14:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:40:10.000Z (over 2 years ago)
- Last Synced: 2025-01-30T16:17:17.824Z (4 months ago)
- Language: JavaScript
- Homepage: https://19h47.github.io/19h47-sum/
- Size: 2.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @19h47/sum
**@19h47/sum** is a small module to sum numbers.
```javascript
import sum from '@19h47/sum';sum(2, 1); // 3
```## Test
```bash
yarn test
```