# is-odd-or-even

> Determines if a given number is odd or even.

Latest version **1.0.0** (published 2018-11-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-odd-or-even
pnpm add is-odd-or-even
yarn add is-odd-or-even
bun add is-odd-or-even
```

## 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 | 2018-11-29 |
| First published | 2018-11-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 2 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | Roman Zipp |
| Maintainers | romanzipp |

## Links

- npm: https://www.npmjs.com/package/is-odd-or-even
- Repository: https://github.com/romanzipp/is-odd-or-even
- Homepage: https://github.com/romanzipp/is-odd-or-even#readme
- Issues: https://github.com/romanzipp/is-odd-or-even/issues
- npm.io page: https://npm.io/package/is-odd-or-even

## Dependencies (2)

- [is-odd](https://npm.io/package/is-odd.md) ^3.0.1
- [is-even](https://npm.io/package/is-even.md) ^1.0.0

## Recent versions

- 1.0.0 (latest) — 2018-11-29

## README

# is-odd-or-even

Determines if a given number is odd or even.

## Install

```sh
$ npm install --save is-odd-or-even
```

## Usage

```js
var isOddOrEven = require('is-odd-or-even');

isOddOrEven(0);
```

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