@tempots/dom > BrowserContext > makeChildText
Creates a new text node with the specified text content and appends it to the current element.
Signature:
readonly makeChildText: (text: string) => DOMContext;