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