UNPKG

bower

Version:

The browser package manager

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