UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

7 lines (5 loc) 135 B
'use strict'; var path = require('path'); module.exports = function(name) { return /(\.(js|coffee)$)/i.test(path.extname(name)); };