/
docs
/
packages
/
util
/
0.1.0
/
Awaitable%3ATypeAlias
Search...
K
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
0.1.0
main
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.0
0.1.0
Functions
isEquatable
isJSONEncodable
lazy
range
Interfaces
Equatable
JSONEncodable
Types
Awaitable
Awaitable
declare type
Awaitable
<
T
>
=
PromiseLike
<
T
>
|
T
;
declare type
Awaitable
<
T
>
=
PromiseLike
<
T
>
|
T
;
Summary
Represents a type that may or may not be a promise
Union Members
PromiseLike<T>
T