MCPcopy Create free account
hub / github.com/TruthHun/BookStack / constructor

Method constructor

static/katex/katex.mjs:6690–6693  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

6688
6689class TextNode {
6690 constructor(text) {
6691 this.text = void 0;
6692 this.text = text;
6693 }
6694 /**
6695 * Converts the text node into a DOM text node.
6696 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected