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

    Interface MatchResult

    interface MatchResult {
        score: number;
        protocol: boolean;
        hostname: boolean;
        port: boolean;
        pathname: boolean;
        pathParts: string[];
        params: Record<string, string>;
    }
    Index

    Properties

    score: number
    protocol: boolean
    hostname: boolean
    port: boolean
    pathname: boolean
    pathParts: string[]
    params: Record<string, string>