README
wqjiao-utils
工具库
- 函数
- 常量
- 正则
使用
- 引入
npm install wqjiao-utils
- 调用
import getQueryPath from 'wqjiao-utils/getQueryPath';
工具库,包括函数、常量、正则表达式等的轻量级工具包
<script type="module">
import wqjiaoUtils from 'https://cdn.skypack.dev/wqjiao-utils';
</script>
npm install wqjiao-utils
import getQueryPath from 'wqjiao-utils/getQueryPath';