Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ink/tsdom/tsdom.ts>HTMLElement#exchangeChild

Terminal string color for Deno
Latest
method HTMLElement.prototype.exchangeChild
import { HTMLElement } from "https://deno.land/x/ink@1.3/tsdom/tsdom.ts";

Exchanges given child with new child

Parameters

oldNode: Node

node to exchange

newNode: Node

new node