function isDir()

in src/helpers/relativize.js [30:32]


function isDir (str) {
  return str.charAt(str.length - 1) === '/'
}