UNPKG

closed-interval

Version:

Utilities for working with a range of items of any type

2 lines (1 loc) 58 B
export type Comparator<T> = (v1: T, v2: T) => -1 | 0 | 1;