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

    Type Alias ParseRoutesOptions

    type ParseRoutesOptions = {
        sortBySpecificity?: boolean;
    }
    Index

    Properties

    sortBySpecificity?: boolean

    Whether to sort the parsed routes by specificity. If true, the routes will be sorted by specificity, with the highest specificity first.