NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/rxjs/src/Rx.global.js
2023-09-14 14:47:11 +08:00

5 lines
137 B
Java

(function (root, factory) {
root.Rx = factory();
})(window || global || this, function () {
return require('../dist/package/Rx');
});