We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d27f15 + 934593f commit 108a68fCopy full SHA for 108a68f
1 file changed
shared/JavaScript.d.ts
@@ -1008,7 +1008,7 @@ interface String {
1008
* Those values are concatenated with the original string, the result is returned. The original string is not effected.Returns the concatenated string.
1009
* @param value The values to be concatenated with the given string.
1010
*/
1011
- concat(value: string): string
+ concat(...value: any[]): string
1012
1013
/**
1014
* Returns a string consisting of this string enclosed in a <tt> tag.
0 commit comments