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

Class

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

Source from the content-addressed store, hash-verified

184 * depending on the width.
185 */
186export class SpaceNode implements MathDomNode {
187 width: number;
188 character: string | null | undefined;
189

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected