@adviser/cement - v0.0.0
    Preparing search index...

    Interface HostURIObject

    interface HostURIObject {
        protocol: string;
        pathname: string;
        searchParams: Record<string, string>;
        style: "host";
        hostname: string;
        port: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    protocol: string
    pathname: string
    searchParams: Record<string, string>
    style: "host"
    hostname: string
    port: string