import { fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";
const { expandGlob } = fs;
Expand the glob string from the specified root
directory and yield each
result as a WalkEntry
object.
See globToRegExp()
for details on supported
syntax.
Parameters
optional
unnamed 1: ExpandGlobOptions = [UNSUPPORTED]