MCPcopy
hub / github.com/KaTeX/KaTeX / toText

Method toText

src/mathMLTree.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31export interface MathDomNode extends VirtualNode {
32 toText(): string;
33}
34
35export type documentFragment = DocumentFragment<MathDomNode>;

Callers 4

toNodeMethod · 0.65
toTextMethod · 0.65
toTextMethod · 0.65
mathmlBuilderFunction · 0.65

Implementers 4

MathNodesrc/mathMLTree.ts
TextNodesrc/mathMLTree.ts
SpaceNodesrc/mathMLTree.ts
DocumentFragmentsrc/tree.ts

Calls

no outgoing calls

Tested by

no test coverage detected