MCPcopy Create free account
hub / github.com/KaTeX/KaTeX / toText

Method toText

src/mathMLTree.ts:177–179  ·  view source on GitHub ↗

* Converts the text node into a string * (representing the text itself).

()

Source from the content-addressed store, hash-verified

175 * (representing the text itself).
176 */
177 toText(): string {
178 return this.text;
179 }
180}
181
182/**

Callers 1

toMarkupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected