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