import { pathUtils } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { normalizeGlob } = pathUtils;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.
Parameters
optional
options: GlobOptions = [UNSUPPORTED]import { pathUtils } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { normalizeGlob } = pathUtils;
Like normalize(), but doesn't collapse "**/.." when globstar
is true.