Interface BruteForceMatchOptions

interface BruteForceMatchOptions {
    nbBestMatches?: number;
    sort?: boolean;
}

Properties

nbBestMatches?: number

Number of best matches to return.

Default

source.length

sort?: boolean

Whether to sort the matches from best to worst.

Default

false