Files
docx-js/ts/typings/xml/xml.d.ts
2016-04-05 01:48:34 +01:00

8 lines
139 B
TypeScript

declare module "xml" {
function xml(xmlObject: any, options?: any): string;
namespace xml {
}
export = xml;
}