File size: 108 Bytes
1719261
 
1
2
3
declare function isPromise<T, S>(obj: PromiseLike<T> | S): obj is PromiseLike<T>;
export default isPromise;