chirpy/assets/lib/mathjax/sre/sre-node.js
yann 8f0a4fe910
Some checks are pending
Build and Deploy / build (push) Waiting to run
Build and Deploy / deploy (push) Blocked by required conditions
first commit
2025-04-15 16:46:12 +02:00

11 lines
297 B
JavaScript

"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