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

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

➖ Playing with the subtractions
https://github.com/19h47/19h47-subtract

Last synced: about 2 months ago
JSON representation

➖ Playing with the subtractions

Awesome Lists containing this project

README

        

# @19h47/subtract

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

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

subtract(2, 1); // 1
```

## Test

```bash
yarn test
```