import { fs } from "https://deno.land/x/dnit@dnit-v1.14.3/deps.ts";
const { expandGlobSync } = fs;
Synchronous version of expandGlob()
.
Example:
import { expandGlobSync } from "./expand_glob.ts";
for (const file of expandGlobSync("**\/*.ts")) {
console.log(file);
}
Parameters
optional
unnamed 1: ExpandGlobOptions = [UNSUPPORTED]