Skip to main content
Module

x/fastro/http/server/deps.ts>normalizeGlob

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
function normalizeGlob
import { normalizeGlob } from "https://deno.land/x/fastro@v0.84.30/http/server/deps.ts";

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

Parameters

glob: string
optional
options: GlobOptions = [UNSUPPORTED]

Returns

string