Skip to main content
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/std@0.208.0/path/posix/glob.ts";

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

Parameters

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

Returns

string