some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / TimeoutError.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/TimeoutError.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/TimeoutError.d.ts
deleted file mode 100644 (file)
index e42ab0d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-export interface TimeoutError extends Error {
-}
-export interface TimeoutErrorCtor {
-    new (): TimeoutError;
-}
-/**
- * An error thrown when duetime elapses.
- *
- * @see {@link operators/timeout}
- *
- * @class TimeoutError
- */
-export declare const TimeoutError: TimeoutErrorCtor;