DenoHost.readDir(path: string): AsyncIterable<DenoDirEntry>
Lists directory entries. Named and shaped after the real API this host
defaults to: Deno.readDir (capital D) returns an async iterable,
so it must be consumed with for await.
AsyncIterable<DenoDirEntry>