From d19d9df896f6af86bc9b229a7cfa8f28fadc1cd5 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 5 Apr 2016 01:48:34 +0100 Subject: [PATCH] added xml definitions --- ts/typings/xml/xml.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ts/typings/xml/xml.d.ts 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