Skip to content

Commit

Permalink
fix: 🐛 Fix TypeError (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
PhilGarb and kentcdodds authored Dec 6, 2020
1 parent e4f32d5 commit 3a02874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface RankingInfo {
}

interface ValueGetterKey<ItemType> {
(item: ItemType): string
(item: ItemType): string | Array<string>
}
interface IndexedItem<ItemType> {
item: ItemType
Expand Down

0 comments on commit 3a02874

Please sign in to comment.