# izz

> is type shorthands for fliphub, hundreds of type checks, modular exports

Latest version **0.0.11** (published 2017-05-11) · 0 weekly downloads

## Install

```sh
npm install izz
pnpm add izz
yarn add izz
bun add izz
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.11 |
| Published | 2017-05-11 |
| First published | 2017-03-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Author | James |
| Maintainers | aretecode |
| Keywords | helpers, utils, typeof, fliphub, flipbox, is, is-bindable, is-windows, is-promise, is-generator, is-object, is-function, is-bindable, is-real, is-set, is-type, type |

## Links

- npm: https://www.npmjs.com/package/izz
- Repository: https://github.com/fliphub/fliphub
- Homepage: https://github.com/fliphub/fliphub#readme
- Issues: https://github.com/fliphub/fliphub/issues
- npm.io page: https://npm.io/package/izz

## Dependencies (4)

- [is](https://npm.io/package/is.md) ^3.2.1
- [to-arr](https://npm.io/package/to-arr.md) *
- [is-glob](https://npm.io/package/is-glob.md) 3.1.0
- [lodash.isplainobject](https://npm.io/package/lodash.isplainobject.md) 4.0.6

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

- 0.0.11 (latest) — 2017-05-11
- 0.0.3-alpha.17585ee1 (lerna-temp) — 2017-03-23
- 0.0.10 — 2017-04-03
- 0.0.8 — 2017-03-30
- 0.0.7 — 2017-03-29
- 0.0.6 — 2017-03-26
- 0.0.5 — 2017-03-25
- 0.0.4 — 2017-03-23
- 0.0.3 — 2017-03-19
- 0.0.2 — 2017-03-17
- 0.0.1 — 2017-03-17

## README

# izz

[![NPM version][izz-npm-image]][izz-npm-url]
[![MIT License][license-image]][license-url]
[![fliphub][gitter-badge]][gitter-url]
[![flipfam][flipfam-image]][flipfam-url]

[izz-npm-image]: https://img.shields.io/npm/v/izz.svg
[izz-npm-url]: https://npmjs.org/package/izz
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: https://spdx.org/licenses/MIT
[gitter-badge]: https://img.shields.io/gitter/room/fliphub/pink.svg
[gitter-url]: https://gitter.im/fliphub/Lobby
[flipfam-image]: https://img.shields.io/badge/%F0%9F%8F%97%20%F0%9F%92%A0-flipfam-9659F7.svg
[flipfam-url]: https://www.npmjs.com/package/flipfam

> is type shorthands, hundreds of type checks, modular exports

## 📦 usage
```bash
yarn add izz
npm i izz --save
```

```js
const izz = require('izz')

// also available with modular imports
const isPromise = require('izz/promise')
const isNumber = require('izz/num')
const isBindable = require('izz/bindable')
const isGlob = require('izz/glob')
const isCi = require('izz/ci')
const isWindows = require('izz/windows')

const isArrOf = require('izz/arrOf')
console.log(isArrOf(['strings?', 'all stringy'], 'string'))
```

- [x] extends [is](https://www.npmjs.com/is)
- [x] extends [is_js](https://is.js.org)

## fns
- is.bindable
- is.promise
- is.arrOf
- is.num/number
- is.class
- is.obj/object/objLike/objectLike/plainObj/plainObject
- is.hostObj/hostObject
- is.emptyObj/emptyObject
- is.emptyStr/emptyString
- is.set
- is.map
- is.ci
- is.win/windows
- is.gen/generator
- is.fn/func/function
- is.str/string
- is.instanceOf
- is.real/notReal
- is.toType (returns string of type)
- is.arrOf
- is.glob

## todo
- update docs with full api

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