Skip to content

Commit d89d15e

Browse files
committed
chore: clarify index support
1 parent ef34425 commit d89d15e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dist/fuse.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ declare class Fuse<T> {
9191
): FuseIndex<U>
9292

9393
public static parseIndex<U>(
94-
index: any,
94+
index: {
95+
keys: ReadonlyArray<string>
96+
records: FuseIndexRecords
97+
},
9598
options?: FuseIndexOptions<U>
9699
): FuseIndex<U>
97100

0 commit comments

Comments
 (0)