Skip to main content
Module

x/frugal/doc/dep/std/path.ts>normalizeGlob

A frugal web framework
Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/frugal@0.9.6/doc/dep/std/path.ts";

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

Parameters

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

Returns

string