Opal-Estate-Pro/node_modules/rxjs/_esm2015/symbol/rxSubscriber.js
2019-09-13 11:27:52 +07:00

9 lines
345 B
JavaScript
Executable File

import { root } from '../util/root';
const Symbol = root.Symbol;
export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ?
Symbol.for('rxSubscriber') : '@@rxSubscriber';
/**
* @deprecated use rxSubscriber instead
*/
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map