# is-no-odd

> package determines that the number is no odd

Latest version **0.4.0** (published 2023-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-no-odd
pnpm add is-no-odd
yarn add is-no-odd
bun add is-no-odd
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2023-09-18 |
| First published | 2023-08-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Grachev Daniil |
| Maintainers | gggchaseggg |
| Keywords | is-odd, is-no-odd, is-even, odd, even, no-odd, no odd, is no odd |

## Links

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

## 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

- 0.4.0 (latest) — 2023-09-18
- 0.3.1 — 2023-09-06
- 0.3.0 — 2023-09-06
- 0.2.0 — 2023-09-05
- 0.1.0 — 2023-08-14

## README

# is-no-odd [![NPM version](https://img.shields.io/npm/v/is-no-odd.svg?style=flat)](https://www.npmjs.com/package/is-no-odd) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-no-odd.svg-num?style=flat)](https://www.npmjs.com/package/is-no-odd) [![NPM total downloads](https://img.shields.io/npm/dt/is-no-odd.svg?style=flat)](https://www.npmjs.com/package/is-no-odd)
Package determines that the number is no odd

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install is-no-odd
```

## Usage

```js
import { isNoOdd } from 'is-no-odd'

console.log(isNoOdd(1)) //=> false
console.log(isNoOdd(2)) //=> true

console.log(isNoOdd('1')) //=> false
console.log(isNoOdd('2')) //=> true
```

## Contributing

I will be glad if you have suggestions for improving the package

### License
Released under the [MIT License](LICENSE).

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