You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

isEquatable

export declare function isEquatable(maybeEquatable: unknown): maybeEquatable is Equatable<unknown>;
export declare function isEquatable(maybeEquatable: unknown): maybeEquatable is Equatable<unknown>;
Indicates if an object is equatable or not.
NameTypeOptionalDescription
maybeEquatableunknownNoThe object to check against