Rx.global.js 137 B

12345
  1. (function (root, factory) {
  2. root.Rx = factory();
  3. })(window || global || this, function () {
  4. return require('../dist/package/Rx');
  5. });