enrich.d.ts 389 B

123456
  1. import './enrich_case_factory.js';
  2. export declare function semanticMathmlNode(mml: Element): Element;
  3. export declare function semanticMathmlSync(expr: string): Element;
  4. export declare function semanticMathml(expr: string, callback: (p1: Element) => any): void;
  5. export declare function testTranslation(expr: string): Element;
  6. export declare function prepareMmlString(expr: string): string;