diff --git a/ts/typings/xml/xml.d.ts b/ts/typings/xml/xml.d.ts new file mode 100644 index 0000000000..8dd22dff2d --- /dev/null +++ b/ts/typings/xml/xml.d.ts @@ -0,0 +1,8 @@ +declare module "xml" { + function xml(xmlObject: any, options?: any): string; + + namespace xml { + + } + export = xml; +} \ No newline at end of file