UNPKG

am-to-mml

Version:

The MathJax library to convert AsciiMath to MML

3 lines 92 B
declare module "am-to-mml" { export default function AMToCHTML(str: string): string; }