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