Search...

isEquatable

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