DomParser.d.ts
12 lines
| 215 B
| video/mp2t
|
TypeScriptLexer
cin
|
r0 | declare namespace dojox { | ||
namespace xml { | ||||
interface DomParser { | ||||
parse: (xml: string) => Document; | ||||
} | ||||
} | ||||
} | ||||
declare module 'dojox/xml/DomParser' { | ||||
const domParser: dojox.xml.DomParser; | ||||
export = domParser; | ||||
} | ||||