# is-multiple-of-three-and-five

> Is `value` a multiple of 3 and 5?

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

## Install

```sh
npm install is-multiple-of-three-and-five
pnpm add is-multiple-of-three-and-five
yarn add is-multiple-of-three-and-five
bun add is-multiple-of-three-and-five
```

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

## Links

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

## Dependencies (3)

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

## Recent versions

- 1.0.1 (latest) — 2019-10-14
- 1.0.0 — 2019-10-14

## README

# is-multiple-of-three-and-five
Is `value` a multiple of 3 and 5?

### Usage
```javascript
const isMultipleOf3and5 = require("is-multiple-of-three-and-five");
console.log(isMultipleOf3and5(15)); //Prints "true"
console.log(isMultipleOf3and5(10)); //Prints "false"
console.log(isMultipleOf3and5("6")); //Prints "false"
```

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