mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add addPrevSibling typing
This commit is contained in:
Vendored
+1
@@ -116,6 +116,7 @@ export class Element extends Node {
|
||||
prevElement(): Element|null;
|
||||
nextElement(): Element|null;
|
||||
addNextSibling(siblingNode: Node): Node;
|
||||
addPrevSibling(siblingNode: Node): Node;
|
||||
|
||||
find(xpath: string, ns_uri?: string): Node[];
|
||||
find(xpath: string, namespaces: StringMap): Node[];
|
||||
|
||||
Reference in New Issue
Block a user