Module

std/path/mod.ts>normalizeGlob

The Deno Standard Library
Latest
function normalizeGlob
import { normalizeGlob } from "https://dotland.deno.dev/std@0.224.0/path/mod.ts";

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string