Mock xmldom Node Implementation

This commit is contained in:
Josh Johnson 2016-01-13 18:01:17 -05:00
parent a263b85003
commit f77bc88576
2 changed files with 5 additions and 3 deletions

4
typings/xmldom/xmldom.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare class XmlNode extends Node {
lineNumber: number;
columnNumber: number;
}