# 6-is-odd

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

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

## Install

```sh
npm install 6-is-odd
pnpm add 6-is-odd
yarn add 6-is-odd
bun add 6-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.0 |
| Published | 2020-11-11 |
| First published | 2020-11-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Henry LeCompte |
| Maintainers | henrylec |
| Keywords | is, odd |

## Links

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

## Dependencies (1)

- [5-is-odd](https://npm.io/package/5-is-odd.md) ^1.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.0 (latest) — 2020-11-11

## README

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

> checks if a given function is isIsIsIsIsOdd

## Install

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

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

## Usage

```js
const isIsIsIsIsOdd = require("5-is-odd");
const isIsIsIsIsIsOdd = require("6-is-odd");

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

## Why

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

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