Checks if the type of value is a PromiseLike instance (contains a then function). This is an alias for isPromiseLike.
Value to be checked.
True if the value is a PromiseLike, false otherwise.
Checks if the type of value is a PromiseLike instance (contains a then function). This is an alias for isPromiseLike.