vault backup: 2024-12-12 21:37:21

This commit is contained in:
2024-12-12 21:37:21 +01:00
parent a9676272f2
commit 5bfb39a2cd
295 changed files with 246402 additions and 0 deletions

View 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