add initial marp implementation with sample content and build configuration
This commit is contained in:
6
node_modules/speech-rule-engine/js/enrich_mathml/enrich.d.ts
generated
vendored
Normal file
6
node_modules/speech-rule-engine/js/enrich_mathml/enrich.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user