Returns whether the given object is a promise
the object to check
whether the given object is a promise
isPromise({}); // falseisPromise('foobar'); // false Copy
isPromise({}); // falseisPromise('foobar'); // false
Returns whether the given object is a promise