UNPKG

@pie-framework/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string. This is a forked repo.

4 lines (3 loc) 75 B
export interface UTF8ToLtXConverter { convert(char: string): string; }