# is-multiple-of-5

> Is `value` a multiple of 5?

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

## Install

```sh
npm install is-multiple-of-5
pnpm add is-multiple-of-5
yarn add is-multiple-of-5
bun add is-multiple-of-5
```

## 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-13 |
| First published | 2019-10-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Me |
| Maintainers | fizzbuzz-npm |

## Links

- npm: https://www.npmjs.com/package/is-multiple-of-5
- Repository: https://github.com/buzzbuzz-npm/is-multiple-of-5
- Homepage: https://github.com/fizzbuzz-npm/is-multiple-of-5
- Issues: https://github.com/buzzbuzz-npm/is-multiple-of-5/issues
- npm.io page: https://npm.io/package/is-multiple-of-5

## Dependencies (2)

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

## Recent versions

- 1.0.0 (latest) — 2019-10-13

## README

# is-multiple-of-5
Is `value` a multiple of 5?

### Usage
```javascript
const isMultipleOf5 = require("is-multiple-of-5");
console.log(isMultipleOf5(10)); //Prints "true"
console.log(isMultipleOf5(2)); //Prints "false"
console.log(isMultipleOf5("40")); //Prints "true"
```

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