# esuse

[![esuse](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli)
[![esuse](https://img.shields.io/npm/v/esuse.svg?style=flat-square)](https://www.npmjs.org/package/esuse)
[![esuse](https://img.shields.io/npm/dt/esuse)](https://www.npmjs.org/package/esuse)

English | [中文](https://github.com/wei-design/esuse/blob/master/readme.zh-CN.md)

## 🚀 Intro

-   es toolkit

## 🦄 Usage

```ts
import { isArray } from 'esuse'
isArray([1, 2, 3])
```

## 📦 Install

### pnpm

```sh
pnpm install esuse --save
```

## CDN

### unpkg

-   browse

https://unpkg.com/browse/esuse/

-   script

```
<script src="//unpkg.com/esuse"></script>
```

### jsdelivr

-   browse

https://cdn.jsdelivr.net/npm/esuse/

-   script

```
<script src="//cdn.jsdelivr.net/npm/esuse"></script>
```

---

[CHANGELOG](https://github.com/wei-design/esuse/blob/master/packages/esuse/CHANGELOG.md)
