mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 16:59:08 +00:00
10 lines
363 B
JavaScript
10 lines
363 B
JavaScript
"use strict";
|
|
var root_1 = require('../util/root');
|
|
var Symbol = root_1.root.Symbol;
|
|
exports.rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ?
|
|
Symbol.for('rxSubscriber') : '@@rxSubscriber';
|
|
/**
|
|
* @deprecated use rxSubscriber instead
|
|
*/
|
|
exports.$$rxSubscriber = exports.rxSubscriber;
|
|
//# sourceMappingURL=rxSubscriber.js.map
|