# is-unodd

> Returns true if the given number is unodd.

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

## Install

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

## 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-25 |
| First published | 2021-08-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Vukky |
| Maintainers | vukkyltd |
| Keywords | unodd, even |

## Links

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

## Dependencies (1)

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

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-08-25

## README

# is-unodd

> Return true if the given number is unodd.

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save is-unodd
```

## Usage

```js
var isUnodd = require('is-unodd');

isUnodd(0);
//=> true
isUnodd('1');
//=> false
isUnodd(2);
//=> true
isUnodd('3');
//=> false
```

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