Skip to content

Commit

Permalink
Merge pull request microsoft#20679 from RyanCavanaugh/removeLibTodo
Browse files Browse the repository at this point in the history
Remove TODO from lib.d.ts
  • Loading branch information
RyanCavanaugh authored Dec 13, 2017
2 parents 84eb25c + 1002625 commit 8f8e6a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/es5.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f8e6a3

Please sign in to comment.