[xmldoc] Repair links (#47510)

This commit is contained in:
Jack Bates 2020-09-14 10:50:30 -07:00 committed by GitHub
parent 98b0beafbe
commit 5ba3258b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
// Definitions by: Xavier Stouder <https://github.com/Xstoudi>
// Andrew Sheehan <https://github.com/ajsheehan>
// Jordi Bunster <https://github.com/notlaforge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped): // TypeScript Version: 2.1
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export class XmlDocument extends XmlElement {
constructor(xml: string);