Files
docx-js/ts/typings/xml/xml.d.ts

8 lines
139 B
TypeScript
Raw Normal View History

2016-04-05 01:48:34 +01:00
declare module "xml" {
function xml(xmlObject: any, options?: any): string;
namespace xml {
}
export = xml;
}