UNPKG

yamvish-uikit

Version:
7 lines (6 loc) 222 B
var path = require("path"); // Filters out non .coffee and .js files. Prevents // accidental inclusion of possible hidden files module.exports = function(name) { return /(\.(js|coffee)$)/i.test(path.extname(name)); };