mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Remove TODO
This commit is contained in:
1
src/lib/es5.d.ts
vendored
1
src/lib/es5.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user