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

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

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
```