method Node.prototype.replaceChildimport { Node } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/dom.ts"; replaceChild(newChild: Node, oldChild: Node): NodeParametersnewChild: NodeoldChild: NodeReturnsNode