Detects whether the passed value is exclusively a Promise type.
value
Promise
Optional
An optionally passed value of any type.
A boolean value which indicates whether the tested value is exclusively a Promise type.
Detects whether the passed
valueis exclusively aPromisetype.