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