proposal is to pass path and basename as such: ``` check = function(filepath, filename) { ... } // where filename = require("path").basename(filepath) ``` `module.exports = requireDirectory module, exclude: check`
proposal is to pass path and basename as such:
module.exports = requireDirectory module, exclude: check