UNPKG

hash-map

Version:
4 lines (3 loc) 188 B
export declare type selector<TK, TI> = ((item: TI) => TK); export declare type stringSelector<TI> = selector<string, TI>; export declare type numberSelector<TI> = selector<number, TI>;