github-pages-deploy-action/node_modules/lodash/fp/countBy.js

6 lines
159 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
var convert = require('./convert'),
func = convert('countBy', require('../countBy'));
func.placeholder = require('./placeholder');
module.exports = func;