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