/** @deprecated do not use, this is no longer checked by RxJS internals */exportconst rxSubscriber =
typeofSymbol === 'function'
? Symbol('rxSubscriber')
: '@@rxSubscriber_' + Math.random();
/**
* @deprecated use rxSubscriber instead
*/exportconst $$rxSubscriber = rxSubscriber;