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

x/frugal/doc/dep/std/path.ts>normalizeGlob

A frugal web framework
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/frugal@0.9.0/doc/dep/std/path.ts";

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

Parameters

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

Returns

string