isDirectory()

in eng/tools/typespec-validation/src/tsv-runner-host.ts [20:22]


  isDirectory(path: string) {
    return isDirectory(path);
  }