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

Class

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

Source from the content-addressed store, hash-verified

45 * `"mspace"`, corresponding to `<mo>` and `<mspace>` tags).
46 */
47export class MathNode implements MathDomNode {
48 type: MathNodeType;
49 attributes: Record<string, string>;
50 children: MathDomNode[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected