@eoussama/core
Preparing search index...
isPromise
Function isPromise
isPromise
(
value
:
unknown
)
:
value
is
Promise
<
unknown
>
Parameters
value
:
unknown
The value to check
Returns
value
is
Promise
<
unknown
>
True if the value is a promise, false otherwise
Description
Check if a value is a promise
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eoussama/core
Loading...
The value to check