massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / vscode-jsonrpc / typings / thenable.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-jsonrpc/typings/thenable.d.ts b/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-jsonrpc/typings/thenable.d.ts
new file mode 100644 (file)
index 0000000..8c4d2ee
--- /dev/null
@@ -0,0 +1,5 @@
+/* --------------------------------------------------------------------------------------------
+ * 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> { }
\ No newline at end of file