# is-uneven

> Checks if a number is uneven

Latest version **1.0.0** (published 2021-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-uneven
pnpm add is-uneven
yarn add is-uneven
bun add is-uneven
```

## 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 | 2021-08-22 |
| First published | 2021-08-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | ROBiMS |
| Maintainers | robims |
| Keywords | uneven |

## Links

- npm: https://www.npmjs.com/package/is-uneven
- Repository: https://github.com/ROBiMS/is-uneven
- Homepage: https://github.com/ROBiMS/is-uneven#readme
- Issues: https://github.com/ROBiMS/is-uneven/issues
- npm.io page: https://npm.io/package/is-uneven

## Dependencies (1)

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

## Recent versions

- 1.0.0 (latest) — 2021-08-22

## README

# is-uneven

> Return true if the given number is uneven.

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save is-uneven
```

## Usage

```js
var isUneven = require('is-uneven');

isUneven(0);
//=> false
isUneven('1');
//=> true
isUneven(2);
//=> false
isUneven('3');
//=> true
```

## About

### Contributing

Help with this big and important project is very appreciated. Feel free to [create an issue](../../issues/new) if there is one, there is none.


### Author

**ROBiMS**

* [github/ROBiMS](https://github.com/ROBiMS)

### License

Copyright © 2021, [github/ROBiMS](https://github.com/ROBiMS).
Released under the [MIT License](LICENSE).

***

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