export function upwardDirectoriesSync(
  startPath = ".",
  upperBound?: number | string,
): Iterable<string> {
  return filterSync(