Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
export declare function indexBy<Item>(items: Item[], getKey: (item: Item) => string): Record<string, Item>;