(node: Node)
| 19610 | readonly previousSibling: Node | null; |
| 19611 | textContent: string | null; |
| 19612 | appendChild(node: Node): Node; |
| 19613 | cloneNode(deep?: boolean): Node; |
| 19614 | compareDocumentPosition(other: Node): number; |
| 19615 | contains(other: Node | null): boolean; |
no outgoing calls
no test coverage detected