UNPKG

mathml-to-latex-adm

Version:

A JavaScript tool to convert mathml string to LaTeX string

4 lines (3 loc) 83 B
export declare class MathMLToLaTeX { static convert(mathml: string): string; }