UNPKG

108 BTypeScriptView Raw
1declare function isPromise<T, S>(obj: PromiseLike<T> | S): obj is PromiseLike<T>;
2export default isPromise;