Preparing search index...
The search index is not available
@tanzanite/discord-akairo
@tanzanite/discord-akairo
Util
isPromise
Function isPromise
isPromise
<
T
>
(
value
:
SyncOrAsync
<
T
>
)
:
value
is
Promise
<
T
>
Checks if the supplied value is a promise.
Type Parameters
T
Parameters
value
:
SyncOrAsync
<
T
>
Value to check.
Returns
value
is
Promise
<
T
>
Whether the value is a promise.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tanzanite/discord-akairo
Loading...
Checks if the supplied value is a promise.