Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A better Deno framework to create web application.
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/abc@v1.3.3/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