Skip to content

tyneq


tyneq / ItemSelector

Type Alias: ItemSelector()<T, TResult>

ItemSelector<T, TResult> = (item, index) => TResult

Defined in: src/types/utility.ts:36

A projection over a sequence element and its zero-based index.

Type Parameters

Type Parameter
T
TResult

Parameters

ParameterType
itemT
indexnumber

Returns

TResult