Skip to content

Commit 1002625

Browse files
committed
Remove TODO
1 parent d01f4d1 commit 1002625

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/es5.d.ts

Lines changed: 0 additions & 1 deletion
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)