method Path.prototype.readDirSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; readDirSync(): Iterable<WalkEntry>Synchronously reads the entries in the directory. ReturnsIterable<WalkEntry>