1.0.6 • Published 5 years ago

bestutils v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

🚀 Welcome to best utils

常用工具函数

安装

npm install bestUtils --save

or

yarn add bestUtils --save

使用

import bestUtils from 'bestUtils'

// 获取URL参数 (search or hash)
// url: 'https://www.baidu.com?wd=中国#?from=china'
console.log(bestUtils.query) // 返回一个对象 {wd: '中国', from: 'china'}
1.0.6

5 years ago

1.0.5

5 years ago