Module

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

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