isEquatable

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