/
docs
/
packages
/
util
/
1.1.1
/
Equatable%3AInterface
Search...
K
util
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
1.1.1
main
Functions
calculateShardId
getUserAgentAppendix
isEquatable
isJSONEncodable
lazy
polyfillDispose
range
shouldUseGlobalFetchAndWebSocket
Interfaces
Equatable
JSONEncodable
RangeOptions
Types
Awaitable
Variables
version
Equatable
export interface
Equatable
<
Value
>
export interface
Equatable
<
Value
>
Summary
Represents a structure that can be checked against another given structure for equality
Type Parameters
Name
Constraints
Optional
Default
Description
Value
No
The type of object to compare the current object to
Methods
equals(other)
:
boolean
Whether or not this is equal to another structure
Name
Type
Optional
Description
other
Value
No
None