Skip to content

Commit 80fd3a3

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent 95b70d2 commit 80fd3a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ declare namespace ts {
225225
* Returns a new sorted array.
226226
*/
227227
function sort<T>(array: ReadonlyArray<T>, comparer: Comparer<T>): T[];
228-
function best<T>(iter: Iterator<T>, isBetter: (a: T, b: T) => boolean): T | undefined;
229228
function arrayIterator<T>(array: ReadonlyArray<T>): Iterator<T>;
230229
/**
231230
* Stable sort of an array. Elements equal to each other maintain their relative position in the array.

0 commit comments

Comments
 (0)