Files
selfdefined/node_modules/rxjs/src/Rx.global.js
tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

5 lines
137 B
JavaScript

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