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.
Name | Type | Optional | Description |
---|---|---|---|
maybeEquatable | unknown | No | The object to check against |