isPromise.d.ts 84 Bytes Edit Raw Blame History Permalink 1 export declare function isPromise<T>(value: any | Promise<T>): value is Promise<T>;