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