Shim Thenable<T>
This commit is contained in:
parent
cb54a079d7
commit
a263b85003
3
typings/thenable/thenable.d.ts
vendored
Normal file
3
typings/thenable/thenable.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
declare class Thenable<T> extends Promise<T> {
|
||||||
|
// shim for vscode's Thenable<T>
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user