UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

3 lines (2 loc) 135 B
import { TypedHash } from "../entities/TypedHash"; export declare function groupBy(xs: TypedHash<any>, key: string): TypedHash<any>;