芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/collect.js/src/methods/countBy.js
'use strict'; module.exports = function countBy(fn = value => value) { return new this.constructor(this.items) .groupBy(fn) .map(value => value.count()); };