function isDir()

in src/helpers/relativize.js [22:24]


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