# knife
a utility library. check the [doc](https://pokemonon.github.io/pokemon/knife/)

## Usage

```shell
npm i @pokemon/knife
```

```js
import { isArray } from '@pokemon/knife'

isArray([]) // true
```