mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Cleaned up StringBuilder ToString definition overload with optional parameter.
This commit is contained in:
Vendored
+1
-2
@@ -1812,8 +1812,7 @@ declare module Sys {
|
||||
* (Optional) A string to append between each element of the string that is returned.
|
||||
* @return A string representation of the StringBuilder instance. If separator is specified, the delimiter string is inserted between each element of the returned string.
|
||||
*/
|
||||
toString(separator: string): string;
|
||||
toString(): string;
|
||||
toString(separator?: string): string;
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user