DomUtils.getOuterHTML deprecated@deprecatedUse the dom-serializer module directly. function getOuterHTML(node: Node | Node[], options?: DomSerializerOptions): string;§getOuterHTML(node: Node | Node[], options?: DomSerializerOptions): string[src]§Parameters§node: Node | Node[][src]Node to get the outer HTML of. §options?: DomSerializerOptions optional[src]Options for serialization. §Return Type§string[src]node's outer HTML.