interface Url Usage in Denoimport { type Url } from "node:url"; Properties auth: string | null hash: string | null host: string | null hostname: string | null href: string path: string | null pathname: string | null protocol: string | null search: string | null slashes: boolean | null port: string | null query: string | null | ParsedUrlQuery