| 1 | import defineFunction, {ordargument} from "../defineFunction"; |
| 2 | import defineMacro from "../defineMacro"; |
| 3 | import {makeFragment, makeSpan} from "../buildCommon"; |
| 4 | import {MathNode} from "../mathMLTree"; |
nothing calls this directly
no test coverage detected