![](https://img.shields.io/npm/v/shengjs.svg?style=flat) [![NPM download](https://img.shields.io/npm/dm/eslint-config-sh.svg?style=flat-square)](https://www.npmjs.com/package/shengjs) ![Code Style Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) [![MIT License](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://github.com/sh-react-club/eslint-config-sh)

## 介绍

shengjs, 是一个 js 工具库，主要是平时自己经常用的一些工具方法

目前已经支持:

- clearParams 删除对象中的空属性
- debounce 防抖函数
- dateTominutes 日期转成分钟
- deepEqual 深比较
- deepcopy 深拷贝
- getDataType 返回数据类型
- throttle 节流函数
- loadJs 动态加载 js
- objToUrl obj 生成 url
- urlToObj url 生成 obj
- uuid 生成唯一 id
- store 支持过期时间的 localStorage
- sleep 睡眠函数
- randomStr 生成随机字符串
