An open API service indexing awesome lists of open source software.

https://github.com/chineseengineer/best-utils

best-utils
https://github.com/chineseengineer/best-utils

Last synced: 7 months ago
JSON representation

best-utils

Awesome Lists containing this project

README

          

# 🚀 Welcome to best utils

### 常用工具函数

### 安装

```bash
npm install bestUtils --save
```

or

```bash
yarn add bestUtils --save
```

### 使用

```js
import bestUtils from 'bestUtils'

// 获取URL参数 (search or hash)
console.log(bestUtils.query) // 返回一个对象
```