Skip to main content
Latest
type alias TUrl
import { type TUrl } from "https://deno.land/x/m_utils@v1.0.5/mod.ts";

url parserType

definition: Pick<URL,
| "origin"
| "protocol"
| "host"
| "pathname"
| "hash"
> & { params: { string: unknown; }; }