# is-is-odd

> check if a function is is-odd

Latest version **1.0.2** (published 2019-01-08) · Zlib license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-01-08 |
| First published | 2019-01-08 |
| Weekly downloads | 0 |
| License | Zlib |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 107 |
| Maintainers | slmjkdbtl |
| Keywords | odd, is, is-odd, security, kernal, meaning-of-life |

## Links

- npm: https://www.npmjs.com/package/is-is-odd
- Repository: https://github.com/slmjkdbtl/is-is-odd
- npm.io page: https://npm.io/package/is-is-odd

## Dependencies (1)

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

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-01-08
- 1.0.1 — 2019-01-08
- 1.0.0 — 2019-01-08

## README

# is-is-odd

> check if the given function is is-odd

## Install

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

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

## Usage

```js
const isOdd = require('is-odd');
const isIsOdd = require('is-is-odd');

console.log(isIsOdd(isOdd)); //=> true

console.log(isIsOdd(function() {})); //=> false

console.log(isIsOdd(function() {
	console.log("I'm is-odd");
})); //=> false
```

## Why
some functions are not is-odd but they might make you think they're is-odd, this package helps you identifies these functions with a simple interface

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