UNPKG

69 BTypeScriptView Raw
1export declare function isPromise<T = any>(p: any): p is Promise<T>;