Spaces:
Running
Running
File size: 188 Bytes
d4b85c0 |
1 2 3 4 5 6 |
/**
* Returns true if the value acts like a Promise, i.e. has a "then" function,
* otherwise returns false.
*/
export declare function isPromise(value: any): value is Promise<unknown>;
|