export async function findOnlyFile(
  directories?:
    | string
    | AsyncIterable<string>
    | Iterable<string>