added xml definitions

This commit is contained in:
Dolan Miu
2016-04-05 01:48:34 +01:00
parent 9540b5226a
commit d19d9df896

8
ts/typings/xml/xml.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
declare module "xml" {
function xml(xmlObject: any, options?: any): string;
namespace xml {
}
export = xml;
}