介绍 一个自己的工具库,封装了项目中使用频率比较高的一些方法 使用方式 npm install @magic-zhu/helper const helper = require ('@magic-zhu/helper') let {typeOf} = helper; console.log(typeOf('133')) //String 开发 使用规范的jsdoc注释 新增方法需要完整的测试用例 生成文档 npm run docs 执行测试 npm run test 打包构建 npm run build