Checks if a value is a promise.
The type of the promised value
The value to check
True if the value is a thenable object (has a then method); false otherwise
then
Checks if a value is a promise.