Skip to main content
Module

x/aleph/framework/core/url_pattern.ts>URLPatternInput

The Full-stack Framework in Deno.
Go to Latest
type alias URLPatternInput
import { type URLPatternInput } from "https://deno.land/x/aleph@1.0.0-alpha.45/framework/core/url_pattern.ts";
definition: { host?: string; pathname: string; }