some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / internal / symbol / rxSubscriber.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/src/internal/symbol/rxSubscriber.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/src/internal/symbol/rxSubscriber.ts
deleted file mode 100644 (file)
index 3a558e3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/** @deprecated do not use, this is no longer checked by RxJS internals */
-export const rxSubscriber = (() =>
-  typeof Symbol === 'function'
-    ? Symbol('rxSubscriber')
-    : '@@rxSubscriber_' + Math.random())();
-
-/**
- * @deprecated use rxSubscriber instead
- */
-export const $$rxSubscriber = rxSubscriber;