Skip to main content
Module

std/path/mod.ts>normalizeGlob

The Deno Standard Library
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/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