/
docs
/
packages
/
util
/
0.2.0
/
Awaitable%3ATypeAlias
Search...
K
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
0.2.0
Functions
calculateShardId
isEquatable
isJSONEncodable
lazy
range
Interfaces
Equatable
JSONEncodable
RangeOptions
Types
Awaitable
Awaitable
export
type
Awaitable
<
T
>
=
PromiseLike
<
T
>
|
T
;
export
type
Awaitable
<
T
>
=
PromiseLike
<
T
>
|
T
;
Summary
Represents a type that may or may not be a promise