@types/group-array
Advanced tools
Weekly downloads
Readme
npm install --save @types/group-array
This package contains type definitions for group-array (https://github.com/doowb/group-array).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/group-array.
// 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;
These definitions were written by Richie Bendall.
FAQs
TypeScript definitions for group-array
The npm package @types/group-array receives a total of 563 weekly downloads. As such, @types/group-array popularity was classified as not popular.
We found that @types/group-array demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.