UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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