Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / EmptyError.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/EmptyError.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/EmptyError.d.ts
new file mode 100644 (file)
index 0000000..f3b499e
--- /dev/null
@@ -0,0 +1,16 @@
+export interface EmptyError extends Error {
+}
+export interface EmptyErrorCtor {
+    new (): EmptyError;
+}
+/**
+ * An error thrown when an Observable or a sequence was queried but has no
+ * elements.
+ *
+ * @see {@link first}
+ * @see {@link last}
+ * @see {@link single}
+ *
+ * @class EmptyError
+ */
+export declare const EmptyError: EmptyErrorCtor;