MCPcopy
hub / github.com/KaTeX/KaTeX / expandOnce

Method expandOnce

src/defineMacro.ts:37–37  ·  view source on GitHub ↗

* Expand the next token only once if possible.

(expandableOnly?: boolean)

Source from the content-addressed store, hash-verified

35 * Expand the next token only once if possible.
36 */
37 expandOnce(expandableOnly?: boolean): number | boolean;
38
39 /**
40 * Expand the next token only once (if possible), and return the resulting

Callers 1

macros.tsFile · 0.65

Implementers 1

MacroExpandersrc/MacroExpander.ts

Calls

no outgoing calls

Tested by

no test coverage detected