UNPKG

@uxland/functional

Version:
7 lines (6 loc) 145 B
export interface Entity { id: string; } export declare const toDictionary: <T extends Entity = any>(items: T[]) => { [id: string]: T; };