Installation
npm install --save @types/group-array
Summary
This package contains type definitions for group-array (https://github.com/doowb/group-array).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/group-array.
index.d.ts
declare function groupArray(arr: object[], ...props: string[] | string[][]): object;
declare function groupArray(arr: object[]): object[];
export = groupArray;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Richie Bendall.