You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
410 B
10 lines
410 B
/** PURE_IMPORTS_START .._util_root PURE_IMPORTS_END */ |
|
import { root } from '../util/root'; |
|
var Symbol = root.Symbol; |
|
export var rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? |
|
/*@__PURE__*/ Symbol.for('rxSubscriber') : '@@rxSubscriber'; |
|
/** |
|
* @deprecated use rxSubscriber instead |
|
*/ |
|
export var $$rxSubscriber = rxSubscriber; |
|
//# sourceMappingURL=rxSubscriber.js.map
|
|
|