projecte_ionic/node_modules/rxjs/src/Rx.global.js
2022-02-09 18:30:03 +01:00

5 lines
137 B
JavaScript
Executable file

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