Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/src/common/http/URLMatch.ts>URLMatch

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
type alias URLMatch
import { type URLMatch } from "https://deno.land/x/fathym_common@v0.2.166/src/common/http/URLMatch.ts";
definition: { Base: string; FromBase: (path: string | URL) => URL; FromOrigin: (path: string | URL) => URL; Hash?: string; Path: string; Search?: string; SearchParams?: URLSearchParams; ToRoot: (root: string | URL) => URL; URL: URL; }