UNPKG

mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

7 lines (6 loc) 237 B
import { ToLaTeXConverter } from 'domain/usecases/to-latex-converter'; export declare class Void implements ToLaTeXConverter { private readonly _mathmlElement; constructor(_mathmlElement: MathMLElement); convert(): string; }