Deprecated
Use the dom-serializer
module directly.
import { getInnerHTML } from "https://deno.land/x/html_parser@v0.1.3/src/utils/stringify.ts";
Parameters
node: Node
Node to get the inner HTML of.
optional
options: DomSerializerOptionsOptions for serialization.