Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaTeX/KaTeX
/
Class
src/mathMLTree.ts:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
* This node represents a piece of text.
150
*/
151
export
class
TextNode implements MathDomNode {
152
text: string;
153
154
constructor(text: string) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected