function isDir()

in antora-ui-hop/src/helpers/relativize.js [22:24]


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