Home
last modified time | relevance | path

Searched refs:SortOptions (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DcollectionsImpl.ts2 export interface SortOptions<T> { interface
15 … constructor(comparer: ((a: K, b: K) => number) | SortOptions<K>, iterable?: Iterable<[K, V]>) {