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
- Host: GitHub
- URL: https://github.com/19h47/19h47-subtract
- Owner: 19h47
- Created: 2020-06-02T06:04:45.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:11.924Z (4 months ago)
- Language: JavaScript
- Homepage: https://19h47.github.io/19h47-subtract/
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```