UNPKG

tex-to-mml

Version:
4 lines (3 loc) 94 B
declare module "tex-to-mml" { export default function TeXToMML(str: string): string; }