some deletions
[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
deleted file mode 100644 (file)
index 5ab22b1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/**
- * 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;