added xml definitions
This commit is contained in:
8
ts/typings/xml/xml.d.ts
vendored
Normal file
8
ts/typings/xml/xml.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
declare module "xml" {
|
||||
function xml(xmlObject: any, options?: any): string;
|
||||
|
||||
namespace xml {
|
||||
|
||||
}
|
||||
export = xml;
|
||||
}
|
Reference in New Issue
Block a user