method Node.prototype.replaceChildimport { Node } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/deno-dom-wasm.ts"; replaceChild(newChild: Node, oldChild: Node): NodeParametersnewChild: NodeoldChild: NodeReturnsNode