Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function normalizeGlob
import { normalizeGlob } from "https://deno.land/std@0.218.0/path/normalize_glob.ts";

Like normalize(), but doesn't collapse "**/.." when globstar is true.

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string