diff --git a/types/xmldoc/index.d.ts b/types/xmldoc/index.d.ts index d518e0d18d..d028a4eee9 100644 --- a/types/xmldoc/index.d.ts +++ b/types/xmldoc/index.d.ts @@ -3,7 +3,8 @@ // Definitions by: Xavier Stouder // Andrew Sheehan // Jordi Bunster -// 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);