# modulus-operator

> % operator

Latest version **1.0.0** (published 2019-10-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install modulus-operator
pnpm add modulus-operator
yarn add modulus-operator
bun add modulus-operator
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-10-14 |
| First published | 2019-10-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Me |
| Maintainers | fizzbuzz-npm |

## Links

- npm: https://www.npmjs.com/package/modulus-operator
- Repository: https://github.com/buzzbuzz-npm/modulus-operator
- Homepage: https://github.com/fizzbuzz-npm/modulus-operator
- Issues: https://github.com/buzzbuzz-npm/modulus-operator/issues
- npm.io page: https://npm.io/package/modulus-operator

## Dependencies (1)

- [to-integer](https://npm.io/package/to-integer.md) ^1.0.1

## Recent versions

- 1.0.0 (latest) — 2019-10-14

## README

# modulus-operator
% operator

### Usage
```javascript
const modulus = require("modulus-operator");
console.log(modulus(6, 2)); //Prints "0"
console.log(modulus(70, 4)); //Prints "2"
console.log(modulus("50", "10")); //Prints "0"
```

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