Remove TODO

This commit is contained in:
Ryan Cavanaugh
2017-12-13 10:58:04 -08:00
parent d01f4d140a
commit 100262537a

1
src/lib/es5.d.ts vendored
View File

@@ -992,7 +992,6 @@ interface ReadonlyArray<T> {
* Combines two or more arrays.
* @param items Additional items to add to the end of array1.
*/
// TODO: https://github.com/Microsoft/TypeScript/issues/20454
concat(...items: (T[] | ReadonlyArray<T>)[]): T[];
/**
* Combines two or more arrays.