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

x/deno/std/node/path.ts>normalizeGlob

A modern runtime for JavaScript and TypeScript.
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/deno@v0.28.0/std/node/path.ts";

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

Parameters

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

Returns

string