wishthis/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
2022-01-21 09:28:41 +01:00

5 lines
No EOL
221 B
JavaScript

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