Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / hostReportError.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/hostReportError.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/hostReportError.d.ts
new file mode 100644 (file)
index 0000000..5ab22b1
--- /dev/null
@@ -0,0 +1,6 @@
+/**
+ * Throws an error on another job so that it's picked up by the runtime's
+ * uncaught error handling mechanism.
+ * @param err the error to throw
+ */
+export declare function hostReportError(err: any): void;