js-util

Home > rc-js-util > TGetComparisonValueAtIndex

TGetComparisonValueAtIndex type

Signature:

export declare type TGetComparisonValueAtIndex<T> = (indexable: T, index: number) => number;