UNPKG

326 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.rxSubscriber = (function () {
4 return typeof Symbol === 'function'
5 ? Symbol('rxSubscriber')
6 : '@@rxSubscriber_' + Math.random();
7})();
8exports.$$rxSubscriber = exports.rxSubscriber;
9//# sourceMappingURL=rxSubscriber.js.map
\No newline at end of file