# @lvchengbin/is

> Do checking...

Latest version **1.0.7** (published 2022-03-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lvchengbin/is
pnpm add @lvchengbin/is
yarn add @lvchengbin/is
bun add @lvchengbin/is
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2022-03-04 |
| First published | 2018-01-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 0 |
| Unpacked size | 59.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | LvChengbin |
| Maintainers | lvchengbin |
| Keywords | is, check, types, es6, valid-url, url, isArrowFunction, arrow function, valid-ip, ipv6, isAsyncFunction, async fucntion, date |

## Links

- npm: https://www.npmjs.com/package/@lvchengbin/is
- Repository: https://github.com/LvChengbin/is
- Homepage: https://github.com/LvChengbin/is#readme
- Issues: https://github.com/LvChengbin/is/issues
- npm.io page: https://npm.io/package/@lvchengbin/is

## 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.7 (latest) — 2022-03-04
- 1.0.6 — 2021-08-19
- 1.0.5 — 2020-09-01
- 1.0.4 — 2020-08-31
- 1.0.3 — 2020-08-31
- 1.0.2 — 2020-08-31
- 1.0.1 — 2020-08-13
- 1.0.0 — 2020-08-13
- 0.0.27 — 2019-02-23
- 0.0.26 — 2019-01-14
- 0.0.25 — 2019-01-14
- 0.0.24 — 2018-09-11
- 0.0.23 — 2018-09-10
- 0.0.22 — 2018-09-06
- 0.0.21 — 2018-09-06
- … 18 more at https://npm.io/package/@lvchengbin/is/versions

## README

# Is

Checking...

## Installing

```js
npm i @lvchengbin/is --save
```

## Methods

| Method | Desc |
| :----- | :--- |
| is.arguments | |
| is.array | |
| is.arrayBuffer | |
| is.arrayBufferView | |
| is.arrowFunction ||
| is.asyncFunction ||
| is.between ||
| is.blob ||
| is.boolean ||
| is.class ||
| is.darkMode ||
| is.dataview ||
| is.date ||
| is.elementNode ||
| is.email ||
| is.empty || 
| is.error ||
| is.formdata ||
| is.fragmentNode ||
| is.function ||
| is.generalizedFalse ||
| is.generalizedTrue ||
| is.generator ||
| is.integer ||
| is.ip ||
| is.ipv4 ||
| is.ipv6 ||
| is.iterable ||
| is.leapYear ||
| is.map ||
| is.node ||
| is.number ||
| is.object ||
| is.oneDimensionalArray ||
| is.plainObject ||
| is.privateIPv4 ||
| is.promise ||
| is.regexp ||
| is.set ||
| is.string ||
| is.textNode ||
| is.undefined ||
| is.url ||
| is.window ||
```js
yarn add @lvchengbin/is
```

## Usage

```js
const is = require( '@lvchengbin/is' );

is.function( async () => {} );
is.array( [] );
```

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