Skip to content

Commit 8f8e6a3

Browse files
Merge pull request microsoft#20679 from RyanCavanaugh/removeLibTodo
Remove TODO from lib.d.ts
2 parents 84eb25c + 1002625 commit 8f8e6a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/es5.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,6 @@ interface ReadonlyArray<T> {
992992
* Combines two or more arrays.
993993
* @param items Additional items to add to the end of array1.
994994
*/
995-
// TODO: https://github.com/Microsoft/TypeScript/issues/20454
996995
concat(...items: (T[] | ReadonlyArray<T>)[]): T[];
997996
/**
998997
* Combines two or more arrays.

0 commit comments

Comments
 (0)