# 5-is-odd

> Package to tell you if a function is is-is-is-is-odd

Latest version **1.0.1** (published 2020-11-10) · ISC license · 0 weekly downloads

## Install

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

## 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.1 |
| Published | 2020-11-10 |
| First published | 2020-11-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | franchufranchu |

## Links

- npm: https://www.npmjs.com/package/5-is-odd
- npm.io page: https://npm.io/package/5-is-odd

## Dependencies (1)

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

## Recent versions

- 1.0.1 (latest) — 2020-11-10
- 1.0.0 — 2020-11-10

## README

# is-is-is-is-is-odd

> checks if a given function is isIsIsIsOdd

## Install

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

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

## Usage

```js
const isIsIsIsOdd = require("is-is-is-is-odd");
const isIsIsIsIsOdd = require("is-is-is-is-is-odd");

console.log(isIsIsIsIsOdd(isIsIsIsOdd)); // => true
console.log(isIsIsIsIsOdd(function () {})); // => false
```

## Why

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

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