UNPKG

@rainbow-me/rainbowkit

Version:
2 lines (1 loc) 108 B
export declare function indexBy<Item>(items: Item[], getKey: (item: Item) => string): Record<string, Item>;