Outlook_Addin_LLM/node_modules/vscode-jsonrpc/lib/thenable.d.ts

3 lines
51 B
TypeScript
Raw Permalink Normal View History

interface Thenable<T> extends PromiseLike<T> {
}