function readdirSyncRe-exportimport { readdirSync } from "https://deno.land/std@0.76.0/node/fs.ts"; readdirSync(path: string | URL, options: { withFileTypes: true; encoding?: string; }): Dirent[]readdirSync(path: string | URL, options?: { withFileTypes?: false; encoding?: string; }): string[]Parameterspath: string | URLoptions: { withFileTypes: true; encoding?: string; }ReturnsDirent[]Parameterspath: string | URLoptionaloptions: { withFileTypes?: false; encoding?: string; }Returnsstring[]