3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
declare function isThenable(value: any): boolean;
|
|
export default isThenable;
|