function expandGlobSyncimport { expandGlobSync } from "https://dotland.deno.dev/std@0.72.0/fs/mod.ts"; expandGlobSync(glob: string, unnamed 1?: ExpandGlobOptions): IterableIterator<WalkEntry>Synchronous version of expandGlob(). Example: for (const file of expandGlobSync("**\/*.ts")) { console.log(file); } Parametersglob: stringoptionalunnamed 1: ExpandGlobOptions = [UNSUPPORTED]ReturnsIterableIterator<WalkEntry>