UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

6 lines (4 loc) 111 B
function isPathAbsolute(filePath) { return filePath.charAt(0) === '/'; } module.exports = isPathAbsolute;