isPromise.d.ts 84 B

1
  1. export declare function isPromise<T>(value: any | Promise<T>): value is Promise<T>;