| 6 | } from "../../src/resources/fuseMultiTerm"; |
| 7 | |
| 8 | interface Item { |
| 9 | id: string; |
| 10 | name: string; |
| 11 | description: string; |
| 12 | } |
| 13 | |
| 14 | const keys: FuseWeightedKey[] = [ |
| 15 | { name: "name", weight: 10 }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…