Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/std@0.224.0/path/posix/normalize_glob.ts";

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

Parameters

glob: string
optional
unnamed 1: GlobOptions = [UNSUPPORTED]

Returns

string