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