3 lines
51 B
TypeScript
3 lines
51 B
TypeScript
|
interface Thenable<T> extends PromiseLike<T> {
|
||
|
}
|