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

x/netzo/deps/std/path/mod.ts>normalizeGlob

Deno-powered framework for building business web apps
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/netzo@0.3.91/deps/std/path/mod.ts";

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string