Add tests
Compare changes
+ 1
− 1
@@ -4,7 +4,7 @@ import { DCCDocument, DCCXMLElement } from "../src";
@@ -4,7 +4,7 @@ import { DCCDocument, DCCXMLElement } from "../src";
export function select(xpath: string, domOrDCC: JSDOM | DCCDocument): string | number | boolean | Node | Node[] {