UNPKG
volantis-static
Version:
latest (0.0.1761982841160)
0.0.1761982841160
0.0.1660614606622
0.0.1660610830598
0.0.1654736714924
0.0.1649552113628
0.0.1649475338563
0.0.1649473600951
0.0.1649425338409
0.0.1649422695518
0.0.1649419085587
0.0.1649418890271
0.0.1649417676041
0.0.1649417346073
0.0.1649416883955
0.0.1649416573152
This is volantis static
github.com/volantis-x/volantis-static
volantis-x/volantis-static
volantis-static
/
libs
/
mathjax
/
es5
/
sre
/
sre-node.js
11 lines
•
297 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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