function isEquatable

export declare function isEquatable(maybeEquatable: unknown): maybeEquatable is Equatable<unknown>;

Indicates if an object is equatable or not.

Constructors

constructor()

Parameters

maybeEquatable: unknown
The object to check against