function isDir()

in antora-ui-camel/public/_/helpers/relativize.js [22:24]


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