function readDir readDir(path: string | URL): Source<DirEntry, DirError> Lists the immediate children of a directory. Parameters path: string | URL Return Type Source<DirEntry, DirError>