UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

6 lines (5 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var main_1 = require("./main"); exports.default = main_1.MathMLToLaTeX; module.exports = main_1.MathMLToLaTeX;