# dutils **Repository Path**: dkvirusteam/dutils ## Basic Information - **Project Name**: dutils - **Description**: js工具库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-10 - **Last Updated**: 2022-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## dutils ### 安装 ``` bash $ yarn add @dkvirus/dutils ``` ### 文档 [文档](https://www.yuque.com/teamdkvirus/frontend/rko8es) ### 打包 typescript 源码在 src 目录下; 打包命令会生成 lib 目录,该目录下存放 es5 源码。 ``` bash $ yarn build ``` ### 测试 ``` $ yarn test ```