mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-01 14:17:06 +02:00
deploy: 9e43df2e6f
This commit is contained in:
parent
2e2e54e756
commit
8741cca729
242 changed files with 5054 additions and 1972 deletions
11
js/mathjax/sre/sre-node.js
Normal file
11
js/mathjax/sre/sre-node.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var SRE = require("speech-rule-engine");
|
||||
global.SRE = SRE;
|
||||
global.sre = Object.create(SRE);
|
||||
global.sre.Engine = {
|
||||
isReady: function () {
|
||||
return SRE.engineReady();
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sre-node.js.map
|
Loading…
Add table
Add a link
Reference in a new issue