Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/imports/path.ts>normalizeGlob

A Cybernetical framework for svelte applications in deno
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/snel@v0.7.1/imports/path.ts";

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

Parameters

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

Returns

string