add initial marp implementation with sample content and build configuration
This commit is contained in:
13
node_modules/speech-rule-engine/js/enrich_mathml/enrich_case.js
generated
vendored
Normal file
13
node_modules/speech-rule-engine/js/enrich_mathml/enrich_case.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.factory = void 0;
|
||||
exports.getCase = getCase;
|
||||
function getCase(node) {
|
||||
for (let i = 0, enrich; (enrich = exports.factory[i]); i++) {
|
||||
if (enrich.test(node)) {
|
||||
return enrich.constr(node);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
exports.factory = [];
|
||||
Reference in New Issue
Block a user