UNPKG

@qodalis/angular-cli

Version:

A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.

2 lines (1 loc) 93 B
export declare const groupBy: <T, K>(list: T[], keySelector: (item: T) => K) => Map<K, T[]>;