hojas/node_modules/speech-rule-engine/js/enrich_mathml/enrich.d.ts

7 lines
389 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
import './enrich_case_factory.js';
export declare function semanticMathmlNode(mml: Element): Element;
export declare function semanticMathmlSync(expr: string): Element;
export declare function semanticMathml(expr: string, callback: (p1: Element) => any): void;
export declare function testTranslation(expr: string): Element;
export declare function prepareMmlString(expr: string): string;