Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/servest/vendor/https/deno.land/std/path/mod.ts>normalizeGlob

🌾A progressive http server for Deno🌾
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/path/mod.ts";

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

Parameters

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

Returns

string