• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(function (root, factory) {
2  root.Rx = factory();
3})(window || global || this, function () {
4  return require('../dist/package/Rx');
5});