import { posix } from "https://deno.land/x/lume@v2.1.1/deps/path.ts";
const { normalizeGlob } = posix;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
unnamed 1: GlobOptions = [UNSUPPORTED]import { posix } from "https://deno.land/x/lume@v2.1.1/deps/path.ts";
const { normalizeGlob } = posix;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.