UNPKG

typescript-ds-lib

Version:

A collection of TypeScript data structure implementations

2 lines (1 loc) 53 B
export type Comparator<T> = (a: T, b: T) => boolean;