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