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