@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

    Type Alias URL

    type URL = {
        hash: Hash;
        host: string;
        path: string;
        port: string;
        protocol: string;
        query: Query;
    }
    Index

    Properties

    hash: Hash
    host: string
    path: string
    port: string
    protocol: string
    query: Query