Module

x/opine/src/types.ts>ParsedURL

Minimalist web framework for Deno ported from ExpressJS.
Latest
type alias ParsedURL
import { type ParsedURL } from "https://dotland.deno.dev/x/opine@2.3.4/src/types.ts";
definition: URL & { path?: string | null; query?: string | null; _raw?: string | null; }