method Node.prototype.replaceChildRe-exportimport { Node } from "https://deno.land/x/lume@v1.17.5/deps/dom.ts"; replaceChild(newChild: Node, oldChild: Node): NodeParametersnewChild: NodeoldChild: NodeReturnsNode