isPromise.d.ts 68 B

123
  1. declare function isPromise(val: any): boolean;
  2. export = isPromise;