Skip to main content
Module

std/path/glob.ts>normalizeGlob

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

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

Parameters

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

Returns

string