js tools
npm install xtools_js
xtools_js
一款实用的 JS 工具库
* 文档地址* 测试用例文档* npmjs.com 链接
> 安装依赖
``shellnpm install -S xtools_js`
shellnpm install -S xtools_js
> 使用
`javascriptimport { arrayToTree, treeForEach, accAdd } from 'xtools_js'
javascriptimport { arrayToTree, treeForEach, accAdd } from 'xtools_js'
// ...``