import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Synchronously expands the glob using the current path as the root.
Parameters
glob: string | URL
optional
options: Omit<ExpandGlobOptions, "root">x/dax/src/path.ts>Path#expandGlobSync
import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Synchronously expands the glob using the current path as the root.