Skip to content

array.array.prototype.Array

Thanh Luan edited this page Apr 8, 2023 · 1 revision

Interface: Array<T>

array/array.prototype.Array

Type parameters

Name
T

Table of contents

Methods

Methods

byMap

byMap(uniqueKeys): Object

Parameters

Name Type
uniqueKeys keyof T[]

Returns

Object

Defined in

array/array.prototype.ts:5


byMapArray

byMapArray(groupKeys): Object

Parameters

Name Type
groupKeys keyof T[]

Returns

Object

Defined in

array/array.prototype.ts:8


byMapArrayJsonKey

byMapArrayJsonKey(groupKeys): Object

Parameters

Name Type
groupKeys keyof T[]

Returns

Object

Defined in

array/array.prototype.ts:9


byMapJsonKey

byMapJsonKey(uniqueKeys): Object

Parameters

Name Type
uniqueKeys keyof T[]

Returns

Object

Defined in

array/array.prototype.ts:6

Clone this wiki locally