/
docs
/
packages
/
util
/
main
/
Awaitable%3ATypeAlias
Search...
K
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
main
main
Functions
calculateShardId
getUserAgentAppendix
isEquatable
isJSONEncodable
lazy
range
shouldUseGlobalFetchAndWebSocket
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