@tempots/dom

BrowserContext.makeChildText property

Creates a new text node with the specified text content and appends it to the current element.

Signature:

readonly makeChildText: (text: string) => DOMContext;