@fingerprintjs/url-matcher
    Preparing search index...

    Type Alias UrlParts

    type UrlParts = {
        hostname: string;
        protocolPrefix: string;
        rest: string;
    }
    Index

    Properties

    hostname: string
    protocolPrefix: string
    rest: string