Home Manual Reference Source Test Repository

es6/src/Rx.global.js

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