Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-eslint / server / thenable.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-eslint/server/thenable.d.ts b/.config/coc/extensions/node_modules/coc-eslint/server/thenable.d.ts
new file mode 100644 (file)
index 0000000..a904041
--- /dev/null
@@ -0,0 +1,6 @@
+/* --------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ * ------------------------------------------------------------------------------------------ */
+interface Thenable<T> extends PromiseLike<T> {}
+