isEquatable

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