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 44dfdb4 commit d63c0e8Copy full SHA for d63c0e8
1 file changed
src/tools/FuseIndex.ts
@@ -181,6 +181,7 @@ export default class FuseIndex<T = any> {
181
records: IndexRecord[]
182
} {
183
return {
184
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
185
keys: this.keys.map(({ getFn, ...key }) => key),
186
records: this.records
187
}
0 commit comments