util
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
0.2.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
Search...
K
Functions
F
calculateShardId
F
isEquatable
F
isJSONEncodable
F
lazy
F
range
Interfaces
I
Equatable
I
JSONEncodable
I
RangeOptions
Types
T
Awaitable
Toggle Sidebar
util
typealias
Awaitable
export
type
Awaitable
<
T
>
=
PromiseLike
<
T
>
|
T
;
Represents a type that may or may not be a promise
Type Parameters
T
Union Members
PromiseLike<T>
T