# yp-utils

React Utils Library.

[![NPM version][image-1]][1] [![NPM downloads][image-2]][2]

## 📚 文档

- [中文](http://docs.cdqlkj.cn/yp-utils/)

## ✨ 特性

- 易学易用
- 包含大量提炼自应用的高级 Utils。
- 包含丰富的基础 Utils。
- 使用 TypeScript 构建，提供完整的类型定义文件。

## 📦 安装

```
npm i yp-utils --save
```

## 🔨 使用

```
import { useRequest } from 'yp-utils';
```

## 🤝 参与贡献

```
$ git clone http://gitlab.zhaogong.vrtbbs.com/javascript/yp-js-utils.git
$ cd hooks
$ npm run init
$ npm start
```

打开浏览器访问 http://127.0.0.1:8000

## ✅ License

[MIT](https://github.com/alibaba/yp-utils/blob/master/LICENSE)

[1]: https://www.npmjs.com/package/yp-utils
[2]: https://npmjs.org/package/yp-utils
[image-1]: https://img.shields.io/npm/v/yp-utils.svg?style=flat
[image-2]: https://img.shields.io/npm/dm/yp-utils.svg?style=flat
