import { fs } from "https://deno.land/x/gustwind@v0.56.1/server-deps.ts";
const { expandGlobSync } = fs;
Synchronous version of expandGlob()
.
Examples
Example 1
Example 1
import { expandGlobSync } from "https://deno.land/std@0.224.0/fs/expand_glob.ts";
for (const file of expandGlobSync("**\/*.ts")) {
console.log(file);
}
Parameters
glob: string | URL
optional
unnamed 1: ExpandGlobOptions = [UNSUPPORTED]