function readdirSyncimport { readdirSync } from "https://dotland.deno.dev/std@0.92.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[]import readdirSyncimport { readdirSync } from "https://dotland.deno.dev/std@0.92.0/node/fs.ts";