UNPKG

acdc

Version:

JavaScript object transformation

9 lines (8 loc) 212 B
var shorthand = require('./shorthand') module.exports = function(path) { return require('require-all')({ dirname: path, filter: /^(?!index\.js$)(.+)\.js$/, resolve: shorthand }) }