blob: 9d4ddb31cd85ad1916c2fb8ccbee9bd02753c6d5 [file] [log] [blame]
export const rxSubscriber = typeof Symbol === 'function'
? Symbol('rxSubscriber')
: '@@rxSubscriber_' + Math.random();
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map