Type Alias Comparator<TItem>

Comparator<TItem>: ((itemA: TItem, itemB: TItem) => number)

Type Parameters

  • TItem