Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/path/glob.ts>normalizeGlob

Deno standard library
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/std@0.76.0/path/glob.ts";

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

Parameters

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

Returns

string