@acutmore/rxjs
Version:
Reactive Extensions for modern JavaScript
11 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var root_1 = require("..//util/root");
var Symbol = root_1.root.Symbol;
exports.rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ?
Symbol.for('rxSubscriber') : '@@rxSubscriber';
/**
* @deprecated use rxSubscriber instead
*/
exports.$$rxSubscriber = exports.rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map