function readdirSyncimport { readdirSync } from "https://dotland.deno.dev/std@0.110.0/node/fs.ts"; readdirSync(path: string | URL, options: { withFileTypes: true; encoding?: string; }): Dirent[]readdirSync(path: string | URL, options?: { withFileTypes?: false; encoding?: string; }): string[]readdirSync(path: string | URL, options?: readDirOptions): Array<string | Dirent>Parameterspath: string | URLoptions: { withFileTypes: true; encoding?: string; }ReturnsDirent[]Parameterspath: string | URLoptionaloptions: { withFileTypes?: false; encoding?: string; }Returnsstring[]Parameterspath: string | URLoptionaloptions: readDirOptionsReturnsArray<string | Dirent>import readdirSyncimport { readdirSync } from "https://dotland.deno.dev/std@0.110.0/node/fs.ts";