UNPKG
mathjs-mathml
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Translation of mathjs object to MathML
github.com/insysbio/mathjs-mathml
insysbio/mathjs-mathml
mathjs-mathml
/
src
/
index.js
3 lines
(2 loc)
•
92 B
JavaScript
View Raw
1
2
3
const
cMathMLHandler
=
require(
'./cmathml-handler'
);
module
.
exports
= { cMathMLHandler };