UNPKG

159 BJavaScriptView Raw
1var convert = require('./convert'),
2 func = convert('countBy', require('../countBy'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;