minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / internal / symbol / rxSubscriber.ts
1 /** @deprecated do not use, this is no longer checked by RxJS internals */
2 export const rxSubscriber = (() =>
3   typeof Symbol === 'function'
4     ? Symbol('rxSubscriber')
5     : '@@rxSubscriber_' + Math.random())();
6
7 /**
8  * @deprecated use rxSubscriber instead
9  */
10 export const $$rxSubscriber = rxSubscriber;