Skip to main content
Module

x/lume_langdata/deps.ts>path.normalizeGlob

A Lume plugin for multi-language websites.
Go to Latest
function path.normalizeGlob
import { path } from "https://deno.land/x/lume_langdata@v2.0.1/deps.ts";
const { normalizeGlob } = path;

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

Parameters

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

Returns

string