biofriction-wp-theme/node_modules/rxjs/_esm2015/symbol/rxSubscriber.js

9 lines
345 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
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