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