1.0.3 • Published 2 years ago
@types/group-array v1.0.3
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
// Type definitions for group-array 1.0
// Project: https://github.com/doowb/group-array
// Definitions by: Richie Bendall <https://github.com/Richienb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function groupArray(arr: object[], ...props: string[] | string[][]): object;
declare function groupArray(arr: object[]): object[];
export = groupArray;
Additional Details
- Last updated: Mon, 27 Sep 2021 12:01:22 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Richie Bendall.