Skip to main content
Module

std/node/path.ts>normalizeGlob

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

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

Parameters

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

Returns

string