import { path } from "https://dotland.deno.dev/x/eta@v1.14.1/file-methods.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]x/eta/file-methods.ts>path.normalizeGlob
import { path } from "https://dotland.deno.dev/x/eta@v1.14.1/file-methods.ts";
const { normalizeGlob } = path;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.