Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..3a558e3
--- /dev/null
@@ -0,0 +1,10 @@
+/** @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;