Returns true if given obj is a promise like object.
Note: There's not way to check if it's actually a Promise using instanceof since there are a lot of different implementations around.
Generated using TypeDoc
Returns true if given obj is a promise like object.
Note: There's not way to check if it's actually a Promise using instanceof since there are a lot of different implementations around.