| 45 | * `"mspace"`, corresponding to `<mo>` and `<mspace>` tags). |
| 46 | */ |
| 47 | export class MathNode implements MathDomNode { |
| 48 | type: MathNodeType; |
| 49 | attributes: Record<string, string>; |
| 50 | children: MathDomNode[]; |
nothing calls this directly
no outgoing calls
no test coverage detected