We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01f4d1 commit 1002625Copy full SHA for 1002625
1 file changed
src/lib/es5.d.ts
@@ -992,7 +992,6 @@ interface ReadonlyArray<T> {
992
* Combines two or more arrays.
993
* @param items Additional items to add to the end of array1.
994
*/
995
- // TODO: https://github.com/Microsoft/TypeScript/issues/20454
996
concat(...items: (T[] | ReadonlyArray<T>)[]): T[];
997
/**
998
0 commit comments