1.0.3 • Published 2 years ago

@types/group-array v1.0.3

Weekly downloads
854
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago