Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

URLPatternInit

import type { URLPatternInit } from "https://raw.githubusercontent.com/worker-tools/router/master/index.ts";
interface URLPatternInit {
baseURL?: string;
hash?: string;
hostname?: string;
password?: string;
pathname?: string;
port?: string;
protocol?: string;
search?: string;
username?: string;
}

§Properties

§
baseURL?: string
[src]
§
hash?: string
[src]
§
hostname?: string
[src]
§
password?: string
[src]
§
pathname?: string
[src]
§
port?: string
[src]
§
protocol?: string
[src]
§
username?: string
[src]