Skip to main content
Module

x/vento/deps.ts>path.normalizeGlob

🌬 A template engine for Deno & Node
Go to Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/vento@v0.12.5/deps.ts";
const { normalizeGlob } = path;

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string