moval
快速去重
安装下载
npm安装 :
$ npm install --save moval
快速使用
- 引入
const tools = require('moval');
- 数组快速去重
tools.Simplify(array)
- json数组以某个key值进行去重
tools.SimplifyByKey(array,'value')
交流提问
提问地址:https://github.com/wushuxuan/moval/issues
关于作者
如果你喜欢这个项目, 欢迎 Star!