# subtract

> subtract numbers

Latest version **0.0.3** (published 2018-03-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install subtract
pnpm add subtract
yarn add subtract
bun add subtract
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2018-03-11 |
| First published | 2018-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Pudding |
| Maintainers | pudding |
| Keywords | difference, math, minus, number, subtraction |

## Links

- npm: https://www.npmjs.com/package/subtract
- Repository: https://github.com/stawberri/subtract
- Homepage: https://github.com/stawberri/subtract#readme
- Issues: https://github.com/stawberri/subtract/issues
- npm.io page: https://npm.io/package/subtract

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2018-03-11
- 0.0.2 — 2018-03-11
- 0.0.1 — 2018-03-11

## README

# subtract

subtract numbers

[![npm install subtract](https://img.shields.io/badge/npm%20install-subtract-ff69b4.svg)](https://runkit.com/npm/subtract)
[![npm](https://img.shields.io/npm/v/subtract.svg)](https://www.npmjs.com/package/subtract)
[![Build Status](https://travis-ci.org/stawberri/subtract.svg?branch=master)](https://travis-ci.org/stawberri/subtract)
[![jest](https://facebook.github.io/jest/img/jest-badge.svg)](https://github.com/facebook/jest)
[![prettier](https://img.shields.io/badge/code_style-prettier-1a2a33.svg)](https://github.com/prettier/prettier)

This is a simple module that exports a function that subtracts numbers.

```javascript
const subtract = require('subtract')

const three = subtract(5, 2)
```

---
_Source: https://npm.io/package/subtract · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
