Files
30-seconds-of-code/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
2019-08-20 15:52:05 +02:00

5 lines
211 B
JavaScript

export const rxSubscriber = typeof Symbol === 'function'
? Symbol('rxSubscriber')
: '@@rxSubscriber_' + Math.random();
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map