Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / Rx.global.js
1 (function (root, factory) {
2   root.Rx = factory();
3 })(window || global || this, function () {
4   return require('../dist/package/Rx');
5 });