We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fa331 commit b55fd4aCopy full SHA for b55fd4a
src/index.ts
@@ -5,4 +5,4 @@ export {
5
JSONHeroSearchFormatter,
6
} from "./JSONHeroSearch";
7
export { search, SearchResult } from "./search";
8
-export { ItemScore } from "./fuzzyScoring";
+export { ItemScore, scoreFuzzy } from "./fuzzyScoring";
0 commit comments