Searched refs:SortOptions (Results 1 – 1 of 1) sorted by relevance
2 export interface SortOptions<T> { interface15 … constructor(comparer: ((a: K, b: K) => number) | SortOptions<K>, iterable?: Iterable<[K, V]>) {