We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efba3b0 commit 92ef946Copy full SHA for 92ef946
packages/match-sorter-utils/src/index.ts
@@ -70,7 +70,6 @@ export type Ranking = (typeof rankings)[keyof typeof rankings]
70
/**
71
* Gets the highest ranking for value for the given item based on its values for the given keys
72
* @param {*} item - the item to rank
73
- * @param {Array} keys - the keys to get values from the item for the ranking
74
* @param {String} value - the value to rank against
75
* @param {Object} options - options to control the ranking
76
* @return {{rank: Number, accessorIndex: Number, accessorThreshold: Number}} - the highest ranking
0 commit comments